...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(Deprecated) Starts a statement execution as a multi-function operation.
template< classWritableFieldTuple
, class EnableIf = typename std::enable_if<detail::is_writable_field_tuple<WritableFieldTuple>::value>::type> void start_statement_execution( const statement& stmt, const WritableFieldTuple& params, execution_state& st, error_code& err, diagnostics& diag); »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...
(Deprecated) Starts a statement execution as a multi-function operation.
template< classWritableFieldTuple
, class EnableIf = typename std::enable_if<detail::is_writable_field_tuple<WritableFieldTuple>::value>::type> void start_statement_execution( const statement& stmt, const WritableFieldTuple& params, execution_state& st); »more...
template< classFieldViewFwdIterator
> void start_statement_execution( const statement& stmt, FieldViewFwdIterator params_first, FieldViewFwdIterator params_last, execution_state& st); »more...