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

Constructors

Synopses

Constructor

constexpr
lut_chars(char ch) noexcept;

Constructor

constexpr
lut_chars(char const* s) noexcept;

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;

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