Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ForEach
Function
ForEach
util/generic/algorithm.h:553–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
552
template <class TI, class TOp>
553
constexpr void ForEach(TI f, TI l, TOp op) {
554
std::for_each(f, l, op);
555
}
556
557
namespace NPrivate {
558
template <class T, class TOp, size_t... Is>
Callers
4
Y_UNIT_TEST
Function · 0.70
Y_UNIT_TEST
Function · 0.70
~TStreams
Method · 0.50
BuildInputChain
Method · 0.50
Calls
2
ForEachImpl
Function · 0.85
for_each
Function · 0.50
Tested by
no test coverage detected