View on GitHub
jbson
C++11/1y BSON library
Public Member Functions | List of all members
jbson::incompatible_element_conversion Struct Reference

Exception type thrown when a call to get<element_type>() has an incorrect type parameter. More...

#include <error.hpp>

+ Inheritance diagram for jbson::incompatible_element_conversion:

Public Member Functions

const char * what () const noexceptoverride
 Returns name of exception.
 
- Public Member Functions inherited from jbson::jbson_error
const char * what () const noexceptoverride
 Returns name of exception.
 

Detailed Description

Exception type thrown when a call to get<element_type>() has an incorrect type parameter.

Definition at line 39 of file error.hpp.


The documentation for this struct was generated from the following file: