Conscience Core
jwt
details
is_valid_json_string
Static Public Attributes
|
List of all members
jwt::details::is_valid_json_string< string_type, integer_type > Struct Template Reference
#include <
jwt.h
>
Static Public Attributes
static constexpr auto
substr
static constexpr auto
operator_plus
static constexpr auto
value
=
substr
&&
operator_plus
Member Data Documentation
◆
operator_plus
template<typename string_type , typename integer_type >
constexpr auto
jwt::details::is_valid_json_string
< string_type, integer_type >::operator_plus
static
constexpr
Initial value:
=
has_operate_plus_method<string_type>::value
|| is_std_operate_plus_signature<string_type>::value
◆
substr
template<typename string_type , typename integer_type >
constexpr auto
jwt::details::is_valid_json_string
< string_type, integer_type >::substr
static
constexpr
Initial value:
= is_substr_start_end_index_signature<string_type, integer_type>::value &&
is_substr_start_index_signature<string_type, integer_type>::value
◆
value
template<typename string_type , typename integer_type >
constexpr auto
jwt::details::is_valid_json_string
< string_type, integer_type >::value =
substr
&&
operator_plus
static
constexpr
The documentation for this struct was generated from the following file:
tmp-conscience-engine/libs/jwt-cpp/
jwt.h
jwt::details::has_operate_plus_method::value
static constexpr auto value
Definition:
jwt.h:2114
Generated by
1.8.17