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

Method Save

util/ysaveload.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112template <class T, bool isPod>
113struct TSerializerTakingIntoAccountThePodType {
114 static inline void Save(IOutputStream* out, const T& t) {
115 ::SavePodType(out, t);
116 }
117
118 static inline void Load(IInputStream* in, T& t) {
119 ::LoadPodType(in, t);

Callers

nothing calls this directly

Calls 1

SavePodTypeFunction · 0.85

Tested by

no test coverage detected