boost::urls::grammar::operator+
Return the union of two character sets.
Synopsis
Declared in header <boost/url/grammar/lut_chars.hpp>
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
.