Goby3  3.1.4
2024.02.22
jwt::details::is_valid_json_array< value_type, array_type > Struct Template Reference

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

Static Public Attributes

static constexpr auto value = std::is_same<typename array_type::value_type, value_type>::value
 

Detailed Description

template<typename value_type, typename array_type>
struct jwt::details::is_valid_json_array< value_type, array_type >

Definition at line 2392 of file jwt.h.

Member Data Documentation

◆ value

template<typename value_type , typename array_type >
constexpr auto jwt::details::is_valid_json_array< value_type, array_type >::value = std::is_same<typename array_type::value_type, value_type>::value
staticconstexpr

Definition at line 2394 of file jwt.h.


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