Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AddMulti
Method
AddMulti
library/cpp/binsaver/bin_saver.h:530–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
529
template <typename TOne>
530
void AddMulti(TOne& one) {
531
Add(0, &one);
532
}
533
534
template <typename THead, typename... TTail>
535
void AddMulti(THead& head, TTail&... tail) {
Callers
6
operator&
Method · 0.80
LoadAsCompressedArray
Function · 0.80
operator&
Function · 0.80
operator&
Method · 0.80
operator&
Method · 0.80
AddWithShared
Method · 0.80
Calls
1
Add
Function · 0.50
Tested by
no test coverage detected