RESTinio
|
A predicate for cases where the case-insensitive match of expected and actual symbols is required. More...
#include <easy_parser.hpp>
Public Member Functions | |
caseless_particular_symbol_predicate_t (char v) noexcept | |
RESTINIO_NODISCARD bool | operator() (const char actual) const noexcept |
Public Attributes | |
char | m_expected |
A predicate for cases where the case-insensitive match of expected and actual symbols is required.
Definition at line 2239 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 2243 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 2249 of file easy_parser.hpp.
char restinio::easy_parser::impl::caseless_particular_symbol_predicate_t::m_expected |
Definition at line 2241 of file easy_parser.hpp.