Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
statement::statement

Default constructor.

Synopsis
statement() = default;
Description

Default constructed statements have this->valid() == false.

Exception safety

No-throw guarantee.


PrevUpHomeNext