Constructor
<include/boost/url/grammar/lut_chars.hpp>
constexpr
lut_chars(char ch) noexcept;
» more...
constexpr
lut_chars(char const* s) noexcept;
» more...
template<
class Pred,
class = void>
constexpr
lut_chars(Pred const& pred) noexcept;
» more...
This function constructs a character set which has as a single member, the character `ch`.
constexpr lut_chars asterisk( '*' );
Name | Description |
---|---|
ch | A character. |
s | A null-terminated string. |