| 946 | |
| 947 | template<typename Stream> |
| 948 | inline void UnserializeMany(Stream& s) |
| 949 | { |
| 950 | } |
| 951 | |
| 952 | template<typename Stream, typename Arg, typename... Args> |
| 953 | inline void UnserializeMany(Stream& s, Arg&& arg, Args&&... args) |
no test coverage detected