[#boost-urls-grammar-any_rule-2constructor-0e1] = 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: Construct from `R` == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/range_rule.hpp#Lundefined[boost/url/grammar/range_rule.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class R> explicit any_rule(R const& next); ---- == Parameters [cols="1,4"] |=== |Name|Description | *next* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#