![]() |
Home | Libraries | People | FAQ | More |
Return the referenced url.
url_base& url() const;
This function returns the url referenced by the view.
[link url.ref.boost__urls__params_encoded_ref.url `url`] u( "?key=value" ); assert( &u.encoded_params().url() == &u );
Throws nothing.