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

Function ReverseCopy

util/generic/algorithm.h:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385template <class TI, class TO>
386constexpr TO ReverseCopy(TI f, TI l, TO t) {
387 return std::reverse_copy(f, l, t);
388}
389
390template <class TI1, class TI2, class TO>
391constexpr TO SetUnion(TI1 f1, TI1 l1, TI2 f2, TI2 l2, TO p) {

Callers 3

CopyChunkMethod · 0.85
CopyFullChunkMethod · 0.85
CopyPartChunkMethod · 0.85

Calls 1

reverse_copyFunction · 0.85

Tested by

no test coverage detected