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;

Return Value

The token rule

Template Parameters

Name Description

CharSet

The character set type to use

Parameters

Name Description

cs

The character set to use

See Also

Created with MrDocs