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

Function AllOf

util/generic/algorithm.h:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156template <class I, class P>
157constexpr bool AllOf(I f, I l, P pred) {
158 return std::all_of(f, l, pred);
159}
160
161template <class C, class P>
162constexpr bool AllOf(const C& c, P pred) {

Callers 2

Y_UNIT_TESTFunction · 0.70
Y_UNIT_TESTFunction · 0.70

Calls 4

AllOfImplFunction · 0.85
beginFunction · 0.70
endFunction · 0.70
all_ofFunction · 0.50

Tested by

no test coverage detected