[#boost-urls-grammar-any_rule-2constructor-0d] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/any_rule.adoc[any_rule]::any_rule :relfileprefix: ../../../../ :mrdocs: Constructors == Synopses Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/range_rule.hpp#Lundefined[boost/url/grammar/range_rule.hpp]>` Default constructor [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/any_rule/2constructor-0e6.adoc[any_rule]() noexcept; ---- [.small]#xref:boost/urls/grammar/any_rule/2constructor-0e6.adoc[_» more..._]# Copy constructor [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/any_rule/2constructor-04.adoc[any_rule](xref:boost/urls/grammar/any_rule.adoc[any_rule] const& other) noexcept; ---- [.small]#xref:boost/urls/grammar/any_rule/2constructor-04.adoc[_» more..._]# Move constructor [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/any_rule/2constructor-0e3.adoc[any_rule](xref:boost/urls/grammar/any_rule.adoc[any_rule]&& other) noexcept; ---- [.small]#xref:boost/urls/grammar/any_rule/2constructor-0e3.adoc[_» more..._]# Construct from `R` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class R> explicit xref:boost/urls/grammar/any_rule/2constructor-0e1.adoc[any_rule](R const& next); ---- [.small]#xref:boost/urls/grammar/any_rule/2constructor-0e1.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class R0, class R1> xref:boost/urls/grammar/any_rule/2constructor-03.adoc[any_rule]( R0 const& first, R1 const& next); ---- [.small]#xref:boost/urls/grammar/any_rule/2constructor-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#