operator~
Return a new character set which is the complement of another character set.
Synopsis
constexpr
lut_chars
operator~() const noexcept;
Defined in file <include/boost/url/grammar/lut_chars.hpp> on line 363
Description
This function returns a new character set which contains all of the characters
that are not in *this
.