Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::details::is_valid_json_string< value_type, 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 = is_std_operate_plus_signature<string_type>::value
 
static constexpr auto value
 

Detailed Description

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

Definition at line 2525 of file jwt.h.

Member Data Documentation

◆ operator_plus

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

Definition at line 2531 of file jwt.h.

◆ substr

template<typename value_type , typename string_type , typename integer_type >
constexpr auto jwt::details::is_valid_json_string< value_type, 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 2526 of file jwt.h.

◆ value

template<typename value_type , typename string_type , typename integer_type >
constexpr auto jwt::details::is_valid_json_string< value_type, string_type, integer_type >::value
staticconstexpr
Initial value:
=
std::is_constructible<value_type, string_type>::value && substr && operator_plus
static constexpr auto substr
Definition jwt.h:2526
static constexpr auto operator_plus
Definition jwt.h:2531

Definition at line 2535 of file jwt.h.


The documentation for this struct was generated from the following file: