...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Returns the error_category associated to client_errc
.
Defined in header <boost/mysql/error_categories.hpp>
const boost::system::error_category& get_client_category();
No-throw guarantee.
The returned reference is always valid (points to a singleton).
This function is thread-safe.