Crow  1.0
A C++ microframework for the web
crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, Args... > Struct Template Reference

Public Types

using type = std::function< void(const crow::request &, crow::response &, Args...)>
 
using args_type = black_magic::S< typename black_magic::promote_t< Args >... >
 

Member Typedef Documentation

◆ type

template<typename Func , typename... ArgsWrapped>
template<typename... Args>
using crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, Args... >::type = std::function<void(const crow::request&, crow::response&, Args...)>

◆ args_type

template<typename Func , typename... ArgsWrapped>
template<typename... Args>
using crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, Args... >::args_type = black_magic::S<typename black_magic::promote_t<Args>...>

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