boost::urls::grammar::lut_chars::lut_chars

Constructors

Synopses

Declared in <boost/url/grammar/lut_chars.hpp>

Constructor

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...

Parameters

NameDescription
chA character.
sA null-terminated string.
predThe function object to use for determining membership in the character set.