Conscience Core
Static Public Attributes | List of all members
jwt::details::supports_as_number< traits_type, value_type, number_type > Struct Template Reference

#include <jwt.h>

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

◆ value

template<typename traits_type , typename value_type , typename number_type >
constexpr auto jwt::details::supports_as_number< traits_type, value_type, number_type >::value
staticconstexpr
Initial value:
= std::is_floating_point<number_type>::value &&
std::is_constructible<value_type, number_type>::value &&
is_detected<as_number_function, traits_type>::value &&
std::is_function<as_number_function<traits_type>>::value &&
is_as_number_signature<traits_type, value_type, number_type>::value

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