RESTinio
Loading...
Searching...
No Matches
restinio::easy_parser::impl::caseless_particular_symbol_predicate_t Struct Reference

A predicate for cases where the case-insensitive match of expected and actual symbols is required. More...

#include <easy_parser.hpp>

Inheritance diagram for restinio::easy_parser::impl::caseless_particular_symbol_predicate_t:
restinio::easy_parser::impl::symbol_producer_template_t< caseless_particular_symbol_predicate_t > restinio::easy_parser::impl::caseless_symbol_producer_t

Public Member Functions

 caseless_particular_symbol_predicate_t (char v) noexcept
bool operator() (const char actual) const noexcept

Public Attributes

char m_expected

Detailed Description

A predicate for cases where the case-insensitive match of expected and actual symbols is required.

Since
v.0.6.6

Definition at line 2240 of file easy_parser.hpp.

Constructor & Destructor Documentation

◆ caseless_particular_symbol_predicate_t()

restinio::easy_parser::impl::caseless_particular_symbol_predicate_t::caseless_particular_symbol_predicate_t ( char v)
inlinenoexcept

Definition at line 2244 of file easy_parser.hpp.

Member Function Documentation

◆ operator()()

bool restinio::easy_parser::impl::caseless_particular_symbol_predicate_t::operator() ( const char actual) const
inlinenodiscardnoexcept

Definition at line 2250 of file easy_parser.hpp.

Member Data Documentation

◆ m_expected

char restinio::easy_parser::impl::caseless_particular_symbol_predicate_t::m_expected

Definition at line 2242 of file easy_parser.hpp.


The documentation for this struct was generated from the following file: