RESTinio
|
An implementation of a producer for path_to_params case. More...
#include <easy_parser_router.hpp>
Static Public Member Functions | |
template<typename User_Type , typename Handler > | |
static RESTINIO_NODISCARD auto | invoke_handler (const generic_request_handle_t< User_Type > &req, Handler &&handler, typename base_type_t::result_type &type) |
Private Types | |
using | base_type_t = ep::impl::produce_t< Target_Type, Subitems_Tuple > |
An implementation of a producer for path_to_params case.
This implementation produces a tuple and provides a way to call a request-handler with passing that tuple as a set of separate parameters.
Definition at line 625 of file easy_parser_router.hpp.
|
private |
Definition at line 628 of file easy_parser_router.hpp.
|
inlinestatic |
Definition at line 636 of file easy_parser_router.hpp.