|
| constexpr TimePoint | operator+ (TimePoint lhs, Duration rhs) |
| |
| template<class Rep, CRatio Period> |
| constexpr TimePoint | operator+ (TimePoint lhs, std::chrono::duration< Rep, Period > rhs) |
| |
| constexpr TimePoint | operator+ (Duration lhs, TimePoint rhs) |
| |
| template<class Rep, CRatio Period> |
| constexpr TimePoint | operator+ (std::chrono::duration< Rep, Period > lhs, TimePoint rhs) |
| |
| constexpr TimePoint | operator- (TimePoint lhs, Duration rhs) |
| |
| template<class Rep, CRatio Period> |
| constexpr TimePoint | operator- (TimePoint lhs, std::chrono::duration< Rep, Period > rhs) |
| |
| constexpr TimePoint | operator- (Duration lhs, TimePoint rhs) |
| |
| template<class Rep, CRatio Period> |
| constexpr TimePoint | operator- (std::chrono::duration< Rep, Period > lhs, TimePoint rhs) |
| |
| constexpr Duration | operator- (TimePoint lhs, TimePoint rhs) |
| |
| constexpr bool | operator== (TimePoint lhs, TimePoint rhs) |
| |
| constexpr bool | operator!= (TimePoint lhs, TimePoint rhs) |
| |
| constexpr bool | operator<= (TimePoint lhs, TimePoint rhs) |
| |
| constexpr bool | operator>= (TimePoint lhs, TimePoint rhs) |
| |
| constexpr bool | operator< (TimePoint lhs, TimePoint rhs) |
| |
| constexpr bool | operator> (TimePoint lhs, TimePoint rhs) |
| |
Overflow aware point in time for hardware timers/counters.