<boost/url/grammar/lut_chars.hpp>
constexpr
lut_chars(char ch) noexcept;
» more...
Constructor
constexpr
lut_chars(char const* s) noexcept;
» more...
Constructor.
template<class Pred>
requires detail::is_pred<Pred>::value &&
! std::is_base_of<
lut_chars, Pred>::value
constexpr
lut_chars(Pred const& pred) noexcept;
» more...
Name | Description |
---|---|
ch | A character. |
s | A null-terminated string. |
pred | The function object to use for determining membership in the character set. |