RESTinio
|
A template for a consumer that stories values into a container. More...
#include <easy_parser.hpp>
Public Member Functions | |
template<typename Container, typename Item> | |
void | consume (Container &to, Item &&item) |
Additional Inherited Members | |
Static Public Attributes inherited from restinio::easy_parser::impl::consumer_tag | |
static constexpr entity_type_t | entity_type = entity_type_t::consumer |
A template for a consumer that stories values into a container.
Instances of such consumer will be used inside repeat_clause_t.
Container_Adaptor | a class that knows how to store a value into the target container. See result_value_wrapper for the requirement for such type. |
Definition at line 4521 of file easy_parser.hpp.
|
inline |
Definition at line 4525 of file easy_parser.hpp.