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
This is an older version of Boost and was released in 2023. The current version is 1.90.0.
Starts a statement execution as a multi-function operation.
template< classFieldLikeTuple, class EnableIf = detail::enable_if_field_like_tuple<FieldLikeTuple>> void start_statement_execution( const statement& stmt, const FieldLikeTuple& params, execution_state& ex, error_code& err, diagnostics& diag); »more...template< classFieldLikeTuple, class EnableIf = detail::enable_if_field_like_tuple<FieldLikeTuple>> void start_statement_execution( const statement& stmt, const FieldLikeTuple& params, execution_state& st); »more...template< classFieldViewFwdIterator> void start_statement_execution( const statement& stmt, FieldViewFwdIterator params_first, FieldViewFwdIterator params_last, execution_state& st, error_code& ec, diagnostics& diag); »more...template< classFieldViewFwdIterator> void start_statement_execution( const statement& stmt, FieldViewFwdIterator params_first, FieldViewFwdIterator params_last, execution_state& st); »more...