Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::details::supports_get_type< traits_type, value_type > Struct Template Reference

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

Public Types

template<typename T >
using get_type_t = decltype(T::get_type)
 

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename traits_type, typename value_type>
struct jwt::details::supports_get_type< traits_type, value_type >

Definition at line 2370 of file jwt.h.

Member Typedef Documentation

◆ get_type_t

template<typename traits_type , typename value_type >
template<typename T >
using jwt::details::supports_get_type< traits_type, value_type >::get_type_t = decltype(T::get_type)

Definition at line 2372 of file jwt.h.

Member Data Documentation

◆ value

template<typename traits_type , typename value_type >
constexpr auto jwt::details::supports_get_type< traits_type, value_type >::value
staticconstexpr
Initial value:
=
is_function_signature_detected<traits_type, get_type_t, json::type(const value_type&)>::value
decltype(T::get_type) get_type_t
Definition jwt.h:2372
static constexpr auto value
Definition jwt.h:2374

Definition at line 2374 of file jwt.h.


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