Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
struct 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
104
void TListTest::TestQuickSort() {
105
TMyList l(1000);
Callers
1
TestQuickSort
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestQuickSort
Method · 0.68