Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
template <class I, class P>
169
constexpr bool AnyOf(I f, I l, P pred) {
170
return std::any_of(f, l, pred);
171
}
172
173
template <class C, class P>
174
constexpr bool AnyOf(const C& c, P pred) {
Callers
1
Y_UNIT_TEST
Function · 0.70
Calls
4
AnyOfImpl
Function · 0.85
begin
Function · 0.70
end
Function · 0.70
any_of
Function · 0.50
Tested by
no test coverage detected