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

Function AnyOf

util/generic/algorithm.h:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168template <class I, class P>
169constexpr bool AnyOf(I f, I l, P pred) {
170 return std::any_of(f, l, pred);
171}
172
173template <class C, class P>
174constexpr bool AnyOf(const C& c, P pred) {

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls 4

AnyOfImplFunction · 0.85
beginFunction · 0.70
endFunction · 0.70
any_ofFunction · 0.50

Tested by

no test coverage detected