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

Function FindIf

util/generic/algorithm.h:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143template <class I, class P>
144constexpr I FindIf(I f, I l, P p) {
145 return std::find_if(f, l, p);
146}
147
148template <class C, class P>
149constexpr auto FindIf(C&& c, P p) {

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected