| (since C++11) |
Exposes the type named type
, which is the common type of two std::chrono::time_point
s.
Notes
The common type of two std::chrono::time_point
types is a std::chrono::time_point
with the same clock as the two types and the std::common_type
of their durations.
Example
See also
(C++11) | deduces the result type of a mixed-mode arithmetic expression (class template) |
Please login to continue.