RESTinio
|
A special consumer that simply throws any value away. More...
#include <easy_parser.hpp>
Public Member Functions | |
template<typename Target_Type , typename Value > | |
void | consume (Target_Type &, Value &&) const noexcept |
Additional Inherited Members | |
![]() | |
static constexpr entity_type_t | entity_type = entity_type_t::consumer |
A special consumer that simply throws any value away.
This consumer is intended to be used in the case when the presence of some value should be checked but the value itself isn't needed.
Definition at line 2842 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 2846 of file easy_parser.hpp.