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

Function Compare

library/cpp/threading/skip_list/compare.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 template <typename T>
63 inline int Compare(const T& l, const T& r) {
64 return NImpl::TCompareSelector<T>::Compare(l, r);
65 }
66
67 ////////////////////////////////////////////////////////////////////////////////
68 // Generic compare functor

Callers 11

CompareMethod · 0.70
operator()Method · 0.70
InsertMethod · 0.70
ContainsMethod · 0.70
FindLessThanMethod · 0.70
PrepareInsertMethod · 0.70
operator()Method · 0.50
SiftDownMethod · 0.50
SiftUpMethod · 0.50
CompareEqualFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected