Electroneum
Public Attributes | List of all members
crow::detail::routing_handler_call_helper::call_params< H1 > Struct Template Reference

#include <routing.h>

Collaboration diagram for crow::detail::routing_handler_call_helper::call_params< H1 >:
Collaboration graph
[legend]

Public Attributes

H1 & handler
 
const routing_paramsparams
 
const 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

template<typename H1 >
const request& crow::detail::routing_handler_call_helper::call_params< H1 >::req

◆ res


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