boost::urls::grammar::any_rule::any_rule
Constructors
Synopses
Default constructor
any_rule() noexcept;
Copy constructor
any_rule(any_rule const& other) noexcept;
Move constructor
any_rule(any_rule&& other) noexcept;
Construct from R
template<class R>
explicit
any_rule(R const& next);
template<
class R0,
class R1>
any_rule(
R0 const& first,
R1 const& next);
Created with MrDocs