boost::urls::grammar::operator+
Return the union of two character sets.
Synopsis
constexpr
lut_chars
operator+(
lut_chars const& cs0,
lut_chars const& cs1) noexcept;
Description
This function returns a new character set which contains all of the characters in `cs0` as well as all of the characters in `cs`.
Parameters
Name | Description |
---|---|
cs0 |
A character to join |
cs1 |
A character to join |
Created with MrDocs