Return the referenced url
Declared in <boost/url/segments_ref.hpp>
<boost/url/segments_ref.hpp>
url_base& url() const noexcept;
This function returns the url referenced by the view.
url u( "/path/to/file.txt" ); assert( &u.segments().url() == &u );
Throws nothing.
A reference to the url.