JSON Voorhees
Killer JSON for C++
jsonv::duplicate_type_error Class Reference

Exception thrown if an insertion of an extractor or serializer into a formats is attempted, but there is already an extractor or serializer for that type. More...

#include <jsonv/serialization.hpp>

+ Inheritance diagram for jsonv::duplicate_type_error:

Public Member Functions

 duplicate_type_error (const std::string &operation, const std::type_index &type)
 
std::type_index type_index () const
 

Detailed Description

Exception thrown if an insertion of an extractor or serializer into a formats is attempted, but there is already an extractor or serializer for that type.

Definition at line 129 of file serialization.hpp.


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