<boost/url/grammar/lut_chars.hpp>
constexpr
bool
operator()(char ch) const noexcept;
» more...
Return true if ch is in the character set.
constexpr
bool
operator()(unsigned char ch) const noexcept;
» more...
true
if ch
is in the set.
Name | Description |
---|---|
ch | The character to test. |