RESTinio
|
A producer for the case when a decimal digit is expected in the input stream. More...
#include <easy_parser.hpp>
Public Member Functions | |
digit_producer_t () | |
![]() | |
symbol_producer_template_t (Args &&... args) | |
RESTINIO_NODISCARD expected_t< char, parse_error_t > | try_parse (source_t &from) const noexcept |
Additional Inherited Members | |
![]() | |
using | result_type = char |
![]() | |
static constexpr entity_type_t | entity_type |
![]() | |
RESTINIO_NODISCARD bool | operator() (const char actual) const noexcept |
A producer for the case when a decimal digit is expected in the input stream.
In the case of success returns the extracted character.
Definition at line 2385 of file easy_parser.hpp.
|
inline |
Definition at line 2389 of file easy_parser.hpp.