RESTinio
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
restinio::http_field_parsers::impl::is_token_char_predicate_t Struct Reference

A predicate for symbol_producer_template that checks that a symbol can be used inside a token. More...

#include <basics.hpp>

Public Member Functions

bool operator() (const char actual) const noexcept
 

Static Public Member Functions

static constexpr bool is_token_char (const char ch) noexcept
 

Detailed Description

A predicate for symbol_producer_template that checks that a symbol can be used inside a token.

Definition at line 438 of file basics.hpp.

Member Function Documentation

◆ is_token_char()

static constexpr bool restinio::http_field_parsers::impl::is_token_char_predicate_t::is_token_char ( const char ch)
inlinestaticconstexprnoexcept

Definition at line 442 of file basics.hpp.

◆ operator()()

bool restinio::http_field_parsers::impl::is_token_char_predicate_t::operator() ( const char actual) const
inlinenoexcept

Definition at line 464 of file basics.hpp.


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