RESTinio
|
An implementation of a producer for path_to_tuple case. More...
#include <easy_parser_router.hpp>
Static Public Member Functions | |
template<typename Extra_Data , typename Handler > | |
static RESTINIO_NODISCARD auto | invoke_handler (const generic_request_handle_t< Extra_Data > &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_tuple case.
This implementation produces a tuple and provides a way to call a request-handler with passing that tuple as a single argument.
Definition at line 542 of file easy_parser_router.hpp.
|
private |
Definition at line 545 of file easy_parser_router.hpp.
|
inlinestatic |
Definition at line 553 of file easy_parser_router.hpp.