Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::details::is_function_signature_detected< traits_type, Op, Signature > Struct Template Reference

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

Public Types

using type = Op< traits_type >
 

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename traits_type, template< typename... > class Op, typename Signature>
struct jwt::details::is_function_signature_detected< traits_type, Op, Signature >

Definition at line 2363 of file jwt.h.

Member Typedef Documentation

◆ type

template<typename traits_type , template< typename... > class Op, typename Signature >
using jwt::details::is_function_signature_detected< traits_type, Op, Signature >::type = Op<traits_type>

Definition at line 2364 of file jwt.h.

Member Data Documentation

◆ value

template<typename traits_type , template< typename... > class Op, typename Signature >
constexpr auto jwt::details::is_function_signature_detected< traits_type, Op, Signature >::value
staticconstexpr
Initial value:
= is_detected<Op, traits_type>::value && std::is_function<type>::value &&
is_signature<type, Signature>::value

Definition at line 2365 of file jwt.h.


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