...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 CompletionToken, class EnableIf = typename std::enable_if<detail::is_writable_field_tuple<WritableFieldTuple>::value>::type> auto async_start_statement_execution( const statement& stmt, WritableFieldTuple&& params, execution_state& st, CompletionToken&& token); »more...
template< classFieldViewFwdIterator
, class CompletionToken> auto async_start_statement_execution( const statement& stmt, FieldViewFwdIterator params_first, FieldViewFwdIterator params_last, execution_state& st, CompletionToken&& token); »more...
(Deprecated) Starts a statement execution as a multi-function operation.
template< classWritableFieldTuple
, class CompletionToken, class EnableIf = typename std::enable_if<detail::is_writable_field_tuple<WritableFieldTuple>::value>::type> auto async_start_statement_execution( const statement& stmt, WritableFieldTuple&& params, execution_state& st, diagnostics& diag, CompletionToken&& token); »more...
template< classFieldViewFwdIterator
, class CompletionToken> auto async_start_statement_execution( const statement& stmt, FieldViewFwdIterator params_first, FieldViewFwdIterator params_last, execution_state& st, diagnostics& diag, CompletionToken&& token); »more...