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

Function SaveRange

util/ysaveload.h:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224template <class It>
225static inline void SaveRange(IOutputStream* rh, It b, It e) {
226 TRangeSerialize<It, std::is_pointer<It>::value>::Save(rh, b, e);
227}
228
229template <class It>
230static inline void LoadRange(IInputStream* rh, It b, It e) {

Callers 3

SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85

Calls 1

SaveFunction · 0.70

Tested by

no test coverage detected