RESTinio
|
A special clause type for case when exact_fixed_size_fragment_producer should be used without storing its value. More...
#include <easy_parser_router.hpp>
Public Member Functions | |
special_exact_fixed_size_fragment_clause_t (const char(&fragment)[Size]) | |
Private Types | |
using | producer_t = ep::impl::exact_fixed_size_fragment_producer_t< Size > |
using | consumer_t = ep::impl::any_value_skipper_t |
using | base_type_t = ep::impl::consume_value_clause_t< producer_t, consumer_t > |
A special clause type for case when exact_fixed_size_fragment_producer should be used without storing its value.
This type is an equivalent of exact_p() >> skip()
, but it can be used where a type is required.
Definition at line 236 of file easy_parser_router.hpp.
|
private |
Definition at line 244 of file easy_parser_router.hpp.
|
private |
Definition at line 242 of file easy_parser_router.hpp.
|
private |
Definition at line 241 of file easy_parser_router.hpp.
|
inline |
Definition at line 249 of file easy_parser_router.hpp.