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

Function Copy

util/generic/algorithm.h:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365template <class TI, class TO>
366constexpr TO Copy(TI f, TI l, TO t) {
367 return std::copy(f, l, t);
368}
369
370template <class TI, class TO>
371constexpr TO UniqueCopy(TI f, TI l, TO t) {

Callers 6

CopyChunkMethod · 0.70
CopyFullChunkMethod · 0.70
CopyPartChunkMethod · 0.70
CopyDataFunction · 0.70
TCopyPtrMethod · 0.70
UnshareMethod · 0.70

Calls 1

copyFunction · 0.50

Tested by

no test coverage detected