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

Function LoadIterRange

util/ysaveload.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98template <class It>
99static inline void LoadIterRange(IInputStream* rh, It b, It e) {
100 while (b != e) {
101 ::Load(rh, *b++);
102 }
103}
104
105template <class It, class TStorage>
106static inline void LoadIterRange(IInputStream* rh, It b, It e, TStorage& pool) {

Callers 2

LoadArrayMethod · 0.85
LoadMethod · 0.85

Calls 1

LoadFunction · 0.70

Tested by

no test coverage detected