boost::urls::grammar::ref
ref
overloads
Synopses
Declared in <boost/url/grammar/charset.hpp>
Return a reference to a character set
template<CharSet CS>
constexpr
/* implementation-defined */::charset_ref<CS>
ref(CS const& cs) noexcept
requires is_charset<CS>::value &&
! std::is_same<CS,
implementation_defined::charset_ref<CS> >::value;
Return a reference to a rule
template<Rule R>
constexpr
/* implementation-defined */::rule_ref<R>
ref(R const& r) noexcept
requires is_rule<R>::value &&
! std::is_same<R,
implementation_defined::rule_ref<R> >::value;
Parameters
Name | Description |
---|---|
cs |
The character set to use |
r |
The rule to use |
Created with MrDocs