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

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename V>
void
Unser(
    Stream& s,
    V& v);

Parameters

Name

Description

s

The input stream.

v

The vector to fill.

Created with MrDocs