Orcus
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
orcus::json::parse_token Struct Reference

Public Types

using value_type = std::variant<std::string_view, parse_error_value_t, double>
 

Public Member Functions

 parse_token (parse_token_t _type)
 
 parse_token (parse_token_t _type, std::string_view s)
 
 parse_token (std::string_view s, std::ptrdiff_t offset)
 
 parse_token (double value)
 
 parse_token (const parse_token &other)
 
parse_tokenoperator= (parse_token)=delete
 
bool operator== (const parse_token &other) const
 
bool operator!= (const parse_token &other) const
 

Public Attributes

parse_token_t type
 
value_type value