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