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

Function operator==

util/datetime/base.h:656–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654
655template <class S>
656static constexpr bool operator==(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept {
657 return l.GetValue() == r.GetValue();
658}
659
660template <class S>
661static 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