RESTinio
|
A producer for the case when a hexadecimal digit is expected in the input stream. More...
#include <easy_parser.hpp>
Public Member Functions | |
hexdigit_producer_t () | |
Public Member Functions inherited from restinio::easy_parser::impl::symbol_producer_template_t< is_hexdigit_predicate_t > | |
symbol_producer_template_t (Args &&... args) | |
expected_t< char, parse_error_t > | try_parse (source_t &from) const noexcept |
Additional Inherited Members | |
Public Types inherited from restinio::easy_parser::impl::producer_tag< char > | |
using | result_type |
Static Public Attributes inherited from restinio::easy_parser::impl::producer_tag< char > | |
static constexpr entity_type_t | entity_type |
Protected Member Functions inherited from restinio::easy_parser::impl::is_hexdigit_predicate_t | |
bool | operator() (const char actual) const noexcept |
A producer for the case when a hexadecimal digit is expected in the input stream.
In the case of success returns the extracted character.
Definition at line 2404 of file easy_parser.hpp.
|
inline |
Definition at line 2408 of file easy_parser.hpp.