Conscience Core
Static Public Attributes | List of all members
jwt::details::supports_end< object_type > Struct Template Reference

#include <jwt.h>

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

◆ value

template<typename object_type >
constexpr auto jwt::details::supports_end< object_type >::value
staticconstexpr
Initial value:
=
is_detected<has_iterator, object_type>::value && is_detected<has_const_iterator, object_type>::value &&
is_end_signature<object_type>::value && is_end_const_signature<object_type>::value

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