Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
serializer::serializer (2 of 2 overloads)

Default constructor.

Synopsis
serializer();
Description

This constructs a serializer with no value. The value may be set later by calling reset. If serialization is attempted with no value, the output is as if a null value is serialized.

Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext