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

Method Compare

library/cpp/coroutine/engine/cont_poller.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 struct TContPollEventCompare {
26 template <class T>
27 static inline bool Compare(const T& l, const T& r) noexcept {
28 return l.DeadLine() < r.DeadLine() || (l.DeadLine() == r.DeadLine() && &l < &r);
29 }
30 };
31
32

Callers

nothing calls this directly

Calls 1

DeadLineMethod · 0.45

Tested by

no test coverage detected