Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
jwt::details::supports_as_integer< traits_type, value_type, integer_type > Struct Template Reference

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

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename traits_type, typename value_type, typename integer_type>
struct jwt::details::supports_as_integer< traits_type, value_type, integer_type >

Definition at line 2215 of file jwt.h.

Member Data Documentation

◆ value

template<typename traits_type , typename value_type , typename integer_type >
constexpr auto jwt::details::supports_as_integer< traits_type, value_type, integer_type >::value
staticconstexpr
Initial value:
=
std::is_signed<integer_type>::value && !std::is_floating_point<integer_type>::value &&
std::is_constructible<value_type, integer_type>::value &&
std::is_function<as_integer_function<traits_type>>::value &&
is_as_integer_signature<traits_type, value_type, integer_type>::value
static constexpr auto value
Definition jwt.h:2217

Definition at line 2217 of file jwt.h.


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