JSON Voorhees
Killer JSON for C++
Loading...
Searching...
No Matches
jsonv::no_extractor Class Reference

Thrown when formats::extract does not have an extractor for the provided type. More...

#include <jsonv/serialization.hpp>

+ Inheritance diagram for jsonv::no_extractor:
+ Collaboration diagram for jsonv::no_extractor:

Public Member Functions

std::string_view type_name () const
 The name of the type.
 
std::type_index type_index () const
 Get an ID for the type of extractor that formats::extract could not locate.
 
 no_extractor (const std::type_info &type)
 
 no_extractor (const std::type_index &type)
 

Detailed Description

Thrown when formats::extract does not have an extractor for the provided type.

Definition at line 155 of file serialization.hpp.

Constructor & Destructor Documentation

◆ no_extractor()

jsonv::no_extractor::no_extractor ( const std::type_info &  type)
explicit

Create a new exception.


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