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

Function SaveMany

util/ysaveload.h:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729
730template <class S, class... Ts>
731static inline void SaveMany(S* s, const Ts&... t) {
732 ApplyToMany([&](const auto& v) { Save(s, v); }, t...);
733}
734
735template <class S, class... Ts>
736static inline void LoadMany(S* s, Ts&... t) {

Callers 15

SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveSnapshotToStreamMethod · 0.85
SaveManyMethod · 0.85
SaveProgressMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85

Calls 2

ApplyToManyFunction · 0.85
SaveFunction · 0.70

Tested by

no test coverage detected