[#boost-urls-grammar-range-2constructor] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/range.adoc[range]::range :relfileprefix: ../../../../ :mrdocs: Constructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/range_rule.hpp#L178[boost/url/grammar/range_rule.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/range/2constructor-01e.adoc[range]() noexcept; ---- [.small]#xref:boost/urls/grammar/range/2constructor-01e.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/range/2constructor-08.adoc[range](xref:boost/urls/grammar/range.adoc[range]&&) noexcept; ---- [.small]#xref:boost/urls/grammar/range/2constructor-08.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/range/2constructor-01b.adoc[range](xref:boost/urls/grammar/range.adoc[range] const&) noexcept; ---- [.small]#xref:boost/urls/grammar/range/2constructor-01b.adoc[_» more..._]# == Description Default‐constructed ranges have zero elements. === Exception Safety Throws nothing. [.small]#Created with https://www.mrdocs.com[MrDocs]#