Goby3  3.1.4
2024.02.22
jwt::details::is_valid_json_value< value_type > Struct Template Reference

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

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename value_type>
struct jwt::details::is_valid_json_value< value_type >

Definition at line 2281 of file jwt.h.

Member Data Documentation

◆ value

template<typename value_type >
constexpr auto jwt::details::is_valid_json_value< value_type >::value
staticconstexpr
Initial value:
=
std::is_default_constructible<value_type>::value &&
std::is_constructible<value_type,
const value_type&>::value &&
std::is_move_constructible<value_type>::value &&
std::is_assignable<value_type, value_type>::value &&
std::is_copy_assignable<value_type>::value && std::is_move_assignable<value_type>::value

Definition at line 2283 of file jwt.h.


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