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

Function LoadMany

util/ysaveload.h:736–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734
735template <class S, class... Ts>
736static inline void LoadMany(S* s, Ts&... t) {
737 ApplyToMany([&](auto& v) { Load(s, v); }, t...);
738}
739
740#define Y_SAVELOAD_DEFINE(...) \
741 inline void Save(IOutputStream* s) const { \

Callers 15

LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85
GetOptionsFunction · 0.85
LoadManyMethod · 0.85
TryLoadProgressMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85

Calls 2

ApplyToManyFunction · 0.85
LoadFunction · 0.70

Tested by

no test coverage detected