boost::urls::grammar::lut_chars::lut_chars
Constructor
Synopsis
constexpr
lut_chars(char ch) noexcept;
constexpr
lut_chars(char const* s) noexcept;
template<
class Pred,
class = void>
constexpr
lut_chars(Pred const& pred) noexcept;
Parameters
Name | Description |
---|---|
ch |
A character. |
s |
A null‐terminated string. |
pred |
The function object to use for determining membership in the character set. |
Created with MrDocs