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