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

Function UpperBound

util/generic/algorithm.h:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276template <class I, class T>
277constexpr I UpperBound(I f, I l, const T& v) {
278 return std::upper_bound(f, l, v);
279}
280
281template <class I, class T, class C>
282constexpr I UpperBound(I f, I l, const T& v, C c) {

Callers 10

RegularBorderFunction · 0.85
BestSplitMethod · 0.85
LeftBorderMethod · 0.85
GreaterCountMethod · 0.85
ReportErrorMethod · 0.85
MakeLCSFunction · 0.85
YDayToMonthAndDayFunction · 0.85

Calls 1

upper_boundFunction · 0.50

Tested by

no test coverage detected