boost::urls::grammar::any_rule::any_rule

Constructors

Synopses

Declared in <boost/url/grammar/range_rule.hpp>

Default constructor

any_rule() noexcept;
» more...

Copy constructor

any_rule(any_rule const& other) noexcept;
» more...

Move constructor

any_rule(any_rule&& other) noexcept;
» more...

Construct from R

template<class R>
explicit
any_rule(R const& next);
» more...
template<
    class R0,
    class R1>
any_rule(
    R0 const& first,
    R1 const& next);
» more...