Crow  1.0
A C++ microframework for the web
crow::detail::handler_middleware_wrapper< F, App, Middlewares >::middleware_call_criteria< MW > Struct Template Reference
Collaboration diagram for crow::detail::handler_middleware_wrapper< F, App, Middlewares >::middleware_call_criteria< MW >:

Static Public Attributes

static constexpr bool value = black_magic::has_type<MW, std::tuple<Middlewares...>>::value
 

Member Data Documentation

◆ value

template<typename F , typename App , typename... Middlewares>
template<typename MW >
constexpr bool crow::detail::handler_middleware_wrapper< F, App, Middlewares >::middleware_call_criteria< MW >::value = black_magic::has_type<MW, std::tuple<Middlewares...>>::value
staticconstexpr

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