Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
stage_response::get_statement

Retrieves the contained statement (unchecked accessor).

Synopsis
statement
get_statement() const;
Description

If *this contains an statement, retrieves it. Otherwise, the behavior is undefined.

Preconditions

this->has_statement() == true

Exception safety

No-throw guarantee.


PrevUpHomeNext