boost::urls::grammar::token_rule
token_rule overloads
Synopses
Match a non‐empty string of characters from a default‐constructible set
template<CharSet CharSet>
constexpr
/* implementation-defined */
token_rule() noexcept
requires std::is_default_constructible<CharSet>::value;
Match a non‐empty string of characters from a set
template<CharSet CS>
constexpr
/* implementation-defined */
token_rule(CS const& cs) noexcept;
See Also
alpha_chars, parse.
Created with MrDocs