boost::urls::grammar::lut_chars::operator()
Return true if ch is in the character set.
Synopses
Return true if ch is in the character set.
constexpr
bool
operator()(char ch) const noexcept;
Return true if ch is in the character set.
constexpr
bool
operator()(unsigned char ch) const noexcept;
Parameters
Name |
Description |
ch |
The character to test. |
Created with MrDocs