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

Function operator>

util/datetime/base.h:666–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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