Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
execution_state::should_start_op

Returns whether *this is in the initial state.

Synopsis
bool
should_start_op() const;
Description

Call connection::start_execution or connection::async_start_execution to move forward. No data is available in this state.

Exception safety

No-throw guarantee.


PrevUpHomeNext