|
template<typename Clock, typename Dur1, typename Dur2> |
constexpr auto | operator< (time_point< Clock, Dur1 > const &lhs, time_point< Clock, Dur2 > const &rhs) noexcept -> bool |
| Compares two time points. The comparison is done by comparing the results time_since_epoch() for the time points.
|
|
template<typename Clock, typename Dur1, typename Dur2> |
constexpr auto | operator<= (time_point< Clock, Dur1 > const &lhs, time_point< Clock, Dur2 > const &rhs) noexcept -> bool |
| Compares two time points. The comparison is done by comparing the results time_since_epoch() for the time points.
|
|
template<typename Clock, typename Dur1, typename Dur2> |
constexpr auto | operator== (time_point< Clock, Dur1 > const &lhs, time_point< Clock, Dur2 > const &rhs) noexcept -> bool |
| Compares two time points. The comparison is done by comparing the results time_since_epoch() for the time points.
|
|
template<typename Clock, typename Dur1, typename Dur2> |
constexpr auto | operator> (time_point< Clock, Dur1 > const &lhs, time_point< Clock, Dur2 > const &rhs) noexcept -> bool |
| Compares two time points. The comparison is done by comparing the results time_since_epoch() for the time points.
|
|
template<typename Clock, typename Dur1, typename Dur2> |
constexpr auto | operator>= (time_point< Clock, Dur1 > const &lhs, time_point< Clock, Dur2 > const &rhs) noexcept -> bool |
| Compares two time points. The comparison is done by comparing the results time_since_epoch() for the time points.
|
|