Serialize a vector using the underlying vector formatter.
Synopsis
Declared in <serialize.h>
template<
typename Stream,
typename V>
void
Ser(
Stream& s,
V const& v);
Parameters
Name |
Description |
s |
The output stream. |
v |
The vector to serialize. |
Created with MrDocs