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

Static Public Member Functions

template<typename C >
static std::false_type f (typename check_global_call_false< MW >::template get< C > *)
 
template<typename C >
static std::true_type f (...)
 

Static Public Attributes

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

Member Function Documentation

◆ f() [1/2]

template<typename MW >
template<typename C >
static std::false_type crow::detail::middleware_call_criteria_only_global< MW >::f ( typename check_global_call_false< MW >::template get< C > *  )
static

◆ f() [2/2]

template<typename MW >
template<typename C >
static std::true_type crow::detail::middleware_call_criteria_only_global< MW >::f (   ...)
static

Member Data Documentation

◆ value

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

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