JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
jwt::traits::open_source_parsers_jsoncpp::array_type Class Reference
Inheritance diagram for jwt::traits::open_source_parsers_jsoncpp::array_type:
[legend]

Public Types

using value_type = Json::Value
 

Public Member Functions

 array_type (const array_type &)=default
 
 array_type (const Json::Value &o)
 
 array_type (array_type &&)=default
 
 array_type (Json::Value &&o)
 
template<typename Iterator >
 array_type (Iterator begin, Iterator end)
 
array_typeoperator= (const array_type &o)=default
 
array_typeoperator= (array_type &&o) noexcept=default
 

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