| 664 | |
| 665 | template <class S> |
| 666 | static constexpr bool operator>(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept { |
| 667 | return l.GetValue() > r.GetValue(); |
| 668 | } |
| 669 | |
| 670 | template <class S> |
| 671 | static constexpr bool operator>=(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept { |