Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
value::value (1 of 35 overloads)

Default constructor.

Synopsis
value();
Description

The constructed value is null, using the default memory resource.

Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext