Conscience Core
Static Public Attributes | List of all members
jwt::details::is_valid_json_object< value_type, string_type, object_type > Struct Template Reference

#include <jwt.h>

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

◆ value

template<typename value_type , typename string_type , typename object_type >
constexpr auto jwt::details::is_valid_json_object< value_type, string_type, object_type >::value
staticconstexpr
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:
jwt::details::supports_begin::value
static constexpr auto value
Definition: jwt.h:2021
jwt::details::supports_end::value
static constexpr auto value
Definition: jwt.h:2036
jwt::details::is_subcription_operator_signature::value
static constexpr auto value
Definition: jwt.h:2065