Crow  1.0
A C++ microframework for the web
crow::detail::is_before_handle_arity_3_impl< T > Struct Template Reference
Collaboration diagram for crow::detail::is_before_handle_arity_3_impl< T >:

Static Public Member Functions

template<typename C >
static std::true_type f (typename check_before_handle_arity_3_const< T >::template get< C > *)
 
template<typename C >
static std::true_type f (typename check_before_handle_arity_3< T >::template get< C > *)
 
template<typename C >
static std::false_type f (...)
 

Static Public Attributes

static const bool value = decltype(f<T>(nullptr))::value
 

Member Function Documentation

◆ f() [1/3]

template<typename T >
template<typename C >
static std::true_type crow::detail::is_before_handle_arity_3_impl< T >::f ( typename check_before_handle_arity_3_const< T >::template get< C > *  )
static

◆ f() [2/3]

template<typename T >
template<typename C >
static std::true_type crow::detail::is_before_handle_arity_3_impl< T >::f ( typename check_before_handle_arity_3< T >::template get< C > *  )
static

◆ f() [3/3]

template<typename T >
template<typename C >
static std::false_type crow::detail::is_before_handle_arity_3_impl< T >::f (   ...)
static

Member Data Documentation

◆ value

template<typename T >
const bool crow::detail::is_before_handle_arity_3_impl< T >::value = decltype(f<T>(nullptr))::value
static

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