Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url_base::operator string_view

(Inherited from url_view_base)

Return the URL as a string_view.

Synopsis
operator string_view() const;
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext