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

Function LowerBound

util/generic/algorithm.h:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261template <class I, class T>
262constexpr I LowerBound(I f, I l, const T& v) {
263 return std::lower_bound(f, l, v);
264}
265
266template <class I, class T, class C>
267constexpr I LowerBound(I f, I l, const T& v, C c) {

Callers 15

GetBlockIdByOffsetMethod · 0.85
GetBlockIdByOffsetMethod · 0.85
BestSplitFunction · 0.85
RegularBorderFunction · 0.85
BestSplitMethod · 0.85
LessCountMethod · 0.85
MakeLCSFunction · 0.85
re_lexer.cppFile · 0.85

Calls 1

lower_boundFunction · 0.50

Tested by

no test coverage detected