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

Function Find

util/generic/algorithm.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116template <class I, class T>
117constexpr I Find(I f, I l, const T& v) {
118 return std::find(f, l, v);
119}
120
121template <class C, class T>
122constexpr auto Find(C&& c, const T& v) {

Callers 3

FindPtrFunction · 0.70
FindIndexFunction · 0.70
Y_UNIT_TESTFunction · 0.70

Calls 3

beginFunction · 0.70
endFunction · 0.70
findFunction · 0.50

Tested by

no test coverage detected