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.91.0.
Executes a prepared statement.
template< classFieldLikeTuple, class EnableIf = detail::enable_if_field_like_tuple<FieldLikeTuple>> void execute_statement( const statement& stmt, const FieldLikeTuple& params, results& result, error_code& err, diagnostics& diag); »more...template< classFieldLikeTuple, class EnableIf = detail::enable_if_field_like_tuple<FieldLikeTuple>> void execute_statement( const statement& stmt, const FieldLikeTuple& params, results& result); »more...