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;