MCPcopy 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
36template <class T>
37constexpr void Sort(T f, T l) {
38 std::sort(f, l);
39}
40
41template <class T, class C>
42constexpr void Sort(T f, T l, C c) {

Callers 15

SortByFunction · 0.70
SortUniqueFunction · 0.70
Y_UNIT_TESTFunction · 0.70
TryStableSortKeysFunction · 0.50
ListCodecsMethod · 0.50
MannWhitneyWithSignFunction · 0.50
WilcoxonWithSignFunction · 0.50
WriteAckFunction · 0.50
CreateDataSyncQPsMethod · 0.50
RunBWTestMethod · 0.50
CreateDataSyncQPsMethod · 0.50
RunBWTestMethod · 0.50

Calls 3

sortFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by 2

TestSortMethod · 0.40