boost::urls::grammar::operator‐
Return a new character set by subtracting
Synopsis
constexpr
lut_chars
operator‐(
lut_chars const& cs0,
lut_chars const& cs1) noexcept;
Description
This function returns a new character set which is formed from all of the characters in `cs0` which are not in `cs`.
Parameters
Name | Description |
---|---|
cs0 |
A character set to join. |
cs1 |
A character set to join. |
Created with MrDocs