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

Class TIntGreater

util/generic/intrlist_ut.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98struct TIntGreater: private TGreater<int> {
99 inline bool operator()(const TInt& l, const TInt& r) const noexcept {
100 return TGreater<int>::operator()(l, r);
101 }
102};
103
104void TListTest::TestQuickSort() {
105 TMyList l(1000);

Callers 1

TestQuickSortMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestQuickSortMethod · 0.68