Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_url::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