| 447 | } |
| 448 | |
| 449 | template<typename Stream, typename I> void Unser(Stream& s, I& v) |
| 450 | { |
| 451 | v = ReadVarInt<Stream,Mode,typename std::remove_cv<I>::type>(s); |
| 452 | } |
| 453 | }; |
| 454 | |
| 455 | /** Serialization wrapper class for custom integers and enums. |
no outgoing calls
no test coverage detected