Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
results::results (1 of 3 overloads)

Default constructor.

Synopsis
results();
Description

Constructs an empty results object, with this->has_value() == false.

Exception safety

No-throw guarantee.


PrevUpHomeNext