JSON Voorhees
Killer JSON for C++
|
Thrown when formats::extract
does not have an extractor
for the provided type.
More...
#include <jsonv/serialization.hpp>
Public Member Functions | |
no_extractor (const std::type_info &type) | |
Create a new exception. More... | |
no_extractor (const std::type_index &type) | |
string_view | type_name () const |
The name of the type. More... | |
std::type_index | type_index () const |
Get an ID for the type of extractor that formats::extract could not locate. More... | |
Thrown when formats::extract
does not have an extractor
for the provided type.
Definition at line 164 of file serialization.hpp.
|
explicit |
Create a new exception.
std::type_index jsonv::no_extractor::type_index | ( | ) | const |
Get an ID for the type of extractor
that formats::extract
could not locate.
string_view jsonv::no_extractor::type_name | ( | ) | const |
The name of the type.