Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
365
template <class TI, class TO>
366
constexpr TO Copy(TI f, TI l, TO t) {
367
return std::copy(f, l, t);
368
}
369
370
template <class TI, class TO>
371
constexpr TO UniqueCopy(TI f, TI l, TO t) {
Callers
6
CopyChunk
Method · 0.70
CopyFullChunk
Method · 0.70
CopyPartChunk
Method · 0.70
CopyData
Function · 0.70
TCopyPtr
Method · 0.70
Unshare
Method · 0.70
Calls
1
copy
Function · 0.50
Tested by
no test coverage detected