Goby3  3.1.4
2024.02.22
jwt::details::is_valid_json_string< string_type, integer_type > Struct Template Reference

#include <goby/util/thirdparty/jwt-cpp/jwt.h>

Static Public Attributes

static constexpr auto substr
 
static constexpr auto operator_plus
 
static constexpr auto value = substr && operator_plus
 

Detailed Description

template<typename string_type, typename integer_type>
struct jwt::details::is_valid_json_string< string_type, integer_type >

Definition at line 2427 of file jwt.h.

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
staticconstexpr
Initial value:
is_std_operate_plus_signature<string_type>::value

Definition at line 2436 of file jwt.h.

◆ substr

template<typename string_type , typename integer_type >
constexpr auto jwt::details::is_valid_json_string< string_type, integer_type >::substr
staticconstexpr
Initial value:
=
is_substr_start_end_index_signature<string_type, integer_type>::value &&
is_substr_start_index_signature<string_type, integer_type>::value

Definition at line 2429 of file jwt.h.

◆ value

template<typename string_type , typename integer_type >
constexpr auto jwt::details::is_valid_json_string< string_type, integer_type >::value = substr && operator_plus
staticconstexpr

Definition at line 2442 of file jwt.h.


The documentation for this struct was generated from the following file:
jwt::details::has_operate_plus_method::value
static constexpr auto value
Definition: jwt.h:2418