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

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.


PrevUpHomeNext