MCPcopy Create free account
hub / github.com/catboost/catboost / operator<

Function operator<

util/datetime/base.h:646–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

TDurationClass · 0.70
GetValueMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected