RESTinio
|
A special base class to be used with transformers. More...
#include <easy_parser.hpp>
Public Types | |
using | result_type = Result_Type |
Static Public Attributes | |
static constexpr entity_type_t | entity_type = entity_type_t::transformer |
A special base class to be used with transformers.
Every transformer class should have the following content:
where Input_Type
is transformer's specific types.
Definition at line 998 of file easy_parser.hpp.
using restinio::easy_parser::impl::transformer_tag< Result_Type >::result_type = Result_Type |
Definition at line 1000 of file easy_parser.hpp.
|
staticconstexpr |
Definition at line 1001 of file easy_parser.hpp.