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

Function LoadRange

util/ysaveload.h:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229template <class It>
230static inline void LoadRange(IInputStream* rh, It b, It e) {
231 TRangeSerialize<It, std::is_pointer<It>::value>::Load(rh, b, e);
232}
233
234template <class It, class TStorage>
235static inline void LoadRange(IInputStream* rh, It b, It e, TStorage& pool) {

Callers 2

LoadMethod · 0.85
LoadMethod · 0.85

Calls 1

LoadFunction · 0.70

Tested by

no test coverage detected