Crow  1.0
A C++ microframework for the web
crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args > Struct Template Reference
Collaboration diagram for crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args >:

Public Member Functions

 req_handler_wrapper (Func f)
 
void operator() (const request &req, response &res, Args... args)
 

Public Attributes

Func f
 

Constructor & Destructor Documentation

◆ req_handler_wrapper()

template<typename Func , typename... ArgsWrapped>
template<typename Req , typename... Args>
crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args >::req_handler_wrapper ( Func  f)
inline

Member Function Documentation

◆ operator()()

template<typename Func , typename... ArgsWrapped>
template<typename Req , typename... Args>
void crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args >::operator() ( const request req,
response res,
Args...  args 
)
inline
Here is the call graph for this function:

Member Data Documentation

◆ f

template<typename Func , typename... ArgsWrapped>
template<typename Req , typename... Args>
Func crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args >::f

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