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

Name

Description

s

The input stream.

v

The string to read into.

Created with MrDocs