Serialize a string.
Synopsis
Declared in <serialize.h>
template<typename Stream>
void
Ser(
Stream& s,
std::string const& v);
Parameters
Name |
Description |
s |
The output stream. |
v |
The string to serialize. |
Created with MrDocs