Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
statement::statement

Default constructor.

Synopsis
statement();
Description

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

Exception safety

No-throw guarantee.


PrevUpHomeNext