Goby3  3.1.4
2024.02.22
jwt::details::supports_as_object< traits_type, value_type, object_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 object_type>
struct jwt::details::supports_as_object< traits_type, value_type, object_type >

Definition at line 2154 of file jwt.h.

Member Data Documentation

◆ value

template<typename traits_type , typename value_type , typename object_type >
constexpr auto jwt::details::supports_as_object< traits_type, value_type, object_type >::value
staticconstexpr
Initial value:
=
std::is_constructible<value_type, object_type>::value &&
std::is_function<as_object_function<traits_type>>::value &&
is_as_object_signature<traits_type, value_type, object_type>::value

Definition at line 2156 of file jwt.h.


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