RESTinio
|
A producer for the case when a non-negative decimal number is expected in the input stream. More...
#include <easy_parser.hpp>
Public Member Functions | |
RESTINIO_NODISCARD expected_t< T, parse_error_t > | try_parse (source_t &from) const noexcept |
Additional Inherited Members | |
![]() | |
using | result_type = T |
![]() | |
static constexpr entity_type_t | entity_type |
A producer for the case when a non-negative decimal number is expected in the input stream.
In the case of success returns the extracted number.
Definition at line 2570 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 2575 of file easy_parser.hpp.