Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url_view::operator string_view

Return the URL as a string_view.

Synopsis
operator string_view() const;
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext