RESTinio
|
A template of producer that gets a value from another producer, transforms it and produces transformed value. More...
#include <easy_parser.hpp>
Public Types | |
using | result_type = typename Transformer::result_type |
![]() | |
using | result_type = Transformer::result_type |
Public Member Functions | |
transformed_value_producer_t (Producer &&producer, Transformer &&transformer) | |
RESTINIO_NODISCARD expected_t< result_type, parse_error_t > | try_parse (source_t &source) |
Private Types | |
using | traits_checker = transformed_value_producer_traits_checker< Producer, Transformer > |
Private Attributes | |
Producer | m_producer |
Transformer | m_transformer |
Additional Inherited Members | |
![]() | |
static constexpr entity_type_t | entity_type |
A template of producer that gets a value from another producer, transforms it and produces transformed value.
Producer | the type of producer of source value. |
Transformer | the type of transformer from source to the target value. |
Definition at line 1179 of file easy_parser.hpp.
using restinio::easy_parser::impl::transformed_value_producer_t< Producer, Transformer >::result_type = typename Transformer::result_type |
Definition at line 1194 of file easy_parser.hpp.
|
private |
Definition at line 1182 of file easy_parser.hpp.
|
inline |
Definition at line 1196 of file easy_parser.hpp.
|
inline |
Definition at line 1205 of file easy_parser.hpp.
|
private |
Definition at line 1190 of file easy_parser.hpp.
|
private |
Definition at line 1191 of file easy_parser.hpp.