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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.0.
Creates a with_diagnostics_t from a completion
token.
Defined in header <boost/mysql/with_diagnostics.hpp>
template<
class CompletionToken>
constexpr with_diagnostics_t< typename std::decay< CompletionToken >::type >
with_diagnostics(
CompletionToken&& token);
The passed token is decay-copied into the with_diagnostics_t object.
Strong guarantee. Any exceptions thrown by constructing CompletionToken
are propagated.
Convenience header <boost/mysql.hpp>