![]() |
Home | Libraries | People | FAQ | More |
Retrieves the contained statement (unchecked accessor).
statement
get_statement() const noexcept;
If *this
contains an statement, retrieves it. Otherwise, the behavior is undefined.
this->has_statement()
== true
No-throw guarantee.