MCPcopy 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
552template <class TI, class TOp>
553constexpr void ForEach(TI f, TI l, TOp op) {
554 std::for_each(f, l, op);
555}
556
557namespace NPrivate {
558 template <class T, class TOp, size_t... Is>

Callers 4

Y_UNIT_TESTFunction · 0.70
Y_UNIT_TESTFunction · 0.70
~TStreamsMethod · 0.50
BuildInputChainMethod · 0.50

Calls 2

ForEachImplFunction · 0.85
for_eachFunction · 0.50

Tested by

no test coverage detected