Return the referenced url
url_base&
url() noexcept;
Declared in file <boost/url/segments_encoded_ref.hpp> at line 246
This function returns the url referenced by the view.
url u( "/path/to/file.txt" );
assert( &u.encoded_segments().url() == &u );
Throws nothing.