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

A predicate for cases where char to be expected to be a decimal digit. More...

#include <easy_parser.hpp>

Inheritance diagram for restinio::easy_parser::impl::is_digit_predicate_t:
restinio::easy_parser::impl::symbol_producer_template_t< is_digit_predicate_t > restinio::easy_parser::impl::digit_producer_t

Public Member Functions

bool operator() (const char actual) const noexcept

Detailed Description

A predicate for cases where char to be expected to be a decimal digit.

Since
v.0.6.6

Definition at line 683 of file easy_parser.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 687 of file easy_parser.hpp.


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