RESTinio
|
A predicate for cases where a symbol should belong to specified range. More...
#include <easy_parser.hpp>
Public Member Functions | |
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 2267 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 2274 of file easy_parser.hpp.
char restinio::easy_parser::impl::symbol_from_range_predicate_t::m_left |
Definition at line 2269 of file easy_parser.hpp.
char restinio::easy_parser::impl::symbol_from_range_predicate_t::m_right |
Definition at line 2270 of file easy_parser.hpp.