Goby3  3.1.4
2024.02.22
jwt::details::supports_get_type< traits_type, value_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>
struct jwt::details::supports_get_type< traits_type, value_type >

Definition at line 2141 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:
std::is_function<get_type_function<traits_type>>::value &&
is_get_type_signature<traits_type, value_type>::value

Definition at line 2143 of file jwt.h.


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