![]() |
Home | Libraries | People | FAQ | More |
Return the url string.
core::string_view buffer() const;
This function returns the entire url, which may contain percent escapes.
assert( [link url.ref.boost__urls__url_view_base.url_view `url_view`]( "http://www.example.com" ).[link url.ref.boost__urls__url_view.buffer `buffer`]() == "http://www.example.com" );
Constant.
Throws nothing.