RESTinio
|
A predicate for cases where a symbol should belong to specified range. More...
#include <easy_parser.hpp>
Public Member Functions | |
RESTINIO_NODISCARD bool | operator() (const char actual) const noexcept |
Public Attributes | |
char | m_left |
char | m_right |
A predicate for cases where a symbol should belong to specified range.
Range is inclusive. It means that (ch >= left && ch <= right)
.
Definition at line 2266 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 2273 of file easy_parser.hpp.
char restinio::easy_parser::impl::symbol_from_range_predicate_t::m_left |
Definition at line 2268 of file easy_parser.hpp.
char restinio::easy_parser::impl::symbol_from_range_predicate_t::m_right |
Definition at line 2269 of file easy_parser.hpp.