Boost.URL Logo

PrevUpHomeNext
url_view::string

Return the URL string.

Synopsis
string_view
string() const;
Description

This function returns the entire URL, with any percent-escaped characters preserved.

Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext