Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
template <class I, class P>
157
constexpr bool AllOf(I f, I l, P pred) {
158
return std::all_of(f, l, pred);
159
}
160
161
template <class C, class P>
162
constexpr bool AllOf(const C& c, P pred) {
Callers
2
Y_UNIT_TEST
Function · 0.70
Y_UNIT_TEST
Function · 0.70
Calls
4
AllOfImpl
Function · 0.85
begin
Function · 0.70
end
Function · 0.70
all_of
Function · 0.50
Tested by
no test coverage detected