Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Sort
Function
Sort
util/generic/algorithm.h:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
template <class T>
37
constexpr void Sort(T f, T l) {
38
std::sort(f, l);
39
}
40
41
template <class T, class C>
42
constexpr void Sort(T f, T l, C c) {
Callers
15
SortBy
Function · 0.70
SortUnique
Function · 0.70
Y_UNIT_TEST
Function · 0.70
TryStableSortKeys
Function · 0.50
ListCodecs
Method · 0.50
MannWhitneyWithSign
Function · 0.50
WilcoxonWithSign
Function · 0.50
WriteAck
Function · 0.50
CreateDataSyncQPs
Method · 0.50
RunBWTest
Method · 0.50
CreateDataSyncQPs
Method · 0.50
RunBWTest
Method · 0.50
Calls
3
sort
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
2
TestBuilderFindLongestPrefix
Method · 0.40
TestSort
Method · 0.40