MCPcopy 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
LoadAsCompressedArrayFunction · 0.80
operator&Function · 0.80
operator&Method · 0.80
operator&Method · 0.80
AddWithSharedMethod · 0.80

Calls 1

AddFunction · 0.50

Tested by

no test coverage detected