|
(Note that these are not member functions.)
|
|
template<typename _Clock , typename _Dur1 , typename _Rep2 , typename _Period2 > |
constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > | operator+ (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) |
|
template<typename _Rep1 , typename _Period1 , typename _Clock , typename _Dur2 > |
constexpr time_point< _Clock, typename common_type< duration< _Rep1, _Period1 >, _Dur2 >::type > | operator+ (const duration< _Rep1, _Period1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) |
|
template<typename _Clock , typename _Dur1 , typename _Rep2 , typename _Period2 > |
constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > | operator- (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) |
|
|
template<typename _Clock , typename _Dur1 , typename _Dur2 > |
constexpr common_type< _Dur1, _Dur2 >::type | operator- (const time_point< _Clock, _Dur1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) |
|
template<typename _Clock, typename _Dur>
struct std::chrono::time_point< _Clock, _Dur >
time_point
Definition at line 812 of file chrono.