class template
<chrono>
std::chrono::common_type (time_point)
template <class Clock, class Duration1, class Duration2>
class common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>;
Specialization of common_type for time_point
Template parameters
- Clock
- The clock used by both time_point types.
- Duration1, Duration22
- The duration types of the time_point types.
Member types
member type | definition |
type | The time_point common type. |