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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

bad_field_access

Synopsis

Defined in header <boost/mysql/bad_field_access.hpp>

class bad_field_access :
    public std::exception
Member Functions

Name

Description

what

Returns the error message.

Description

Exception type thrown when trying to access a field or field_view with an incorrect type.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext