Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::details::is_valid_json_boolean< value_type, boolean_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, typename boolean_type>
struct jwt::details::is_valid_json_boolean< value_type, boolean_type >

Definition at line 2552 of file jwt.h.

Member Data Documentation

◆ value

template<typename value_type , typename boolean_type >
constexpr auto jwt::details::is_valid_json_boolean< value_type, boolean_type >::value
staticconstexpr
Initial value:
= std::is_convertible<boolean_type, bool>::value &&
std::is_constructible<value_type, boolean_type>::value

Definition at line 2553 of file jwt.h.


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