Goby3  3.1.4
2024.02.22
jwt::details::is_valid_traits< traits > Struct Template Reference

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

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename traits>
struct jwt::details::is_valid_traits< traits >

Definition at line 2242 of file jwt.h.

Member Data Documentation

◆ value

template<typename traits >
constexpr auto jwt::details::is_valid_traits< traits >::value
staticconstexpr
Initial value:
supports_as_object<traits, typename traits::value_type,
typename traits::object_type>::value &&
supports_as_array<traits, typename traits::value_type,
typename traits::array_type>::value &&
supports_as_string<traits, typename traits::value_type,
typename traits::string_type>::value &&
supports_as_number<traits, typename traits::value_type,
typename traits::number_type>::value &&
supports_as_integer<traits, typename traits::value_type,
typename traits::integer_type>::value &&
supports_as_boolean<traits, typename traits::value_type,
typename traits::boolean_type>::value

Definition at line 2266 of file jwt.h.


The documentation for this struct was generated from the following file:
jwt::details::is_valid_traits::value
static constexpr auto value
Definition: jwt.h:2266
jwt::details::supports_get_type::value
static constexpr auto value
Definition: jwt.h:2143