boost::urls::grammar::lut_chars::lut_chars
Constructor.
Synopsis
template<class Pred>
requires detail::is_pred<Pred>::value &&
! std::is_base_of<
lut_chars, Pred>::value
constexpr
lut_chars(Pred const& pred) noexcept;
Description
Parameters
Name | Description |
---|---|
pred |
The function object to use for determining membership in the character set. |
Created with MrDocs