LimitedStringFormatter::Unser

Unserialize a string, throwing if its length exceeds the limit.

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
Unser(
    Stream& s,
    std::string& v);

Parameters

NameDescription
sThe input stream.
vThe string to read into.