Crow  1.0
A C++ microframework for the web
crow::detail::routing_handler_call_helper::call_params< H1 > Struct Template Reference
Collaboration diagram for crow::detail::routing_handler_call_helper::call_params< H1 >:

Public Attributes

H1 & handler
 
const routing_params & params
 
requestreq
 
responseres
 

Member Data Documentation

◆ handler

template<typename H1 >
H1& crow::detail::routing_handler_call_helper::call_params< H1 >::handler

◆ params

template<typename H1 >
const routing_params& crow::detail::routing_handler_call_helper::call_params< H1 >::params

◆ req

◆ res


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