Return the referenced url
url_base& url() noexcept;
Declared in file <boost/url/params_encoded_ref.hpp> at line 217
This function returns the url referenced by the view.
url u( "?key=value" ); assert( &u.encoded_params().url() == &u );
Throws nothing.