| 644 | |
| 645 | template <class S> |
| 646 | static constexpr bool operator<(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept { |
| 647 | return l.GetValue() < r.GetValue(); |
| 648 | } |
| 649 | |
| 650 | template <class S> |
| 651 | static constexpr bool operator<=(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept { |