Function tuple_rule
Synopsis
Declared in header <boost/url/grammar/tuple_rule.hpp>
template<
class R0,
class... Rn>
constexpr
tuple_rule_t<R0, Rn...>
tuple_rule(
const R0& r0,
const Rn&... rn) noexcept;
Declared in header <boost/url/grammar/tuple_rule.hpp>
template<
class R0,
class... Rn>
constexpr
tuple_rule_t<R0, Rn...>
tuple_rule(
const R0& r0,
const Rn&... rn) noexcept;