#include <jwt.h>
|
| static constexpr auto | value |
| |
◆ value
template<typename value_type , typename string_type , typename object_type >
Initial value:=
is_detected<has_mapped_type, object_type>::value &&
std::is_same<typename object_type::mapped_type, value_type>::value &&
is_detected<has_key_type, object_type>::value &&
(std::is_same<typename object_type::key_type, string_type>::value ||
std::is_constructible<typename object_type::key_type, string_type>::value) &&
is_count_signature<object_type, string_type>::value &&
is_at_const_signature<object_type, value_type, string_type>::value
The documentation for this struct was generated from the following file:
- tmp-conscience-engine/libs/jwt-cpp/jwt.h