Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_results::static_results (1 of 3 overloads)

Default constructor.

Synopsis
static_results() = default;
Description

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

Exception safety

No-throw guarantee.


PrevUpHomeNext