RESTinio
|
An implementation of a producer for path_to_tuple case. More...
#include <easy_parser_router.hpp>
Static Public Member Functions | |
template<typename Handler > | |
static RESTINIO_NODISCARD auto | invoke_handler (const request_handle_t &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 522 of file easy_parser_router.hpp.
|
private |
Definition at line 525 of file easy_parser_router.hpp.
|
inlinestatic |
Definition at line 533 of file easy_parser_router.hpp.