Struct jwt_set
Defined in File jwt.hpp
Nested Relationships
Nested Types
Struct Documentation
-
struct jwt_set
A helper class that enables reuse of the std::set container with custom comparator.
Public Types
-
using header_claim_set_t = std::set<std::string, case_compare>
-
struct case_compare
Transparent comparator.
Note
: C++14 only.
Public Types
-
using is_transparent = std::true_type
Public Functions
-
inline bool operator()(const std::string &lhs, const std::string &rhs) const
-
inline bool operator()(const jwt::string_view lhs, const jwt::string_view rhs) const
-
inline bool operator()(const std::string &lhs, const jwt::string_view rhs) const
-
inline bool operator()(const jwt::string_view lhs, const std::string &rhs) const
-
using is_transparent = std::true_type
-
using header_claim_set_t = std::set<std::string, case_compare>