MCPcopy Create free account
hub / github.com/catboost/catboost / Compare

Method Compare

library/cpp/neh/multiclient.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 struct TCompareDeadline {
12 template <class T>
13 static inline bool Compare(const T& l, const T& r) noexcept {
14 return l.Deadline() < r.Deadline() || (l.Deadline() == r.Deadline() && &l < &r);
15 }
16 };
17
18 class TMultiClient: public IMultiClient, public TThrRefBase {

Callers

nothing calls this directly

Calls 1

DeadlineMethod · 0.45

Tested by

no test coverage detected