boost::urls::url_view_base::operator core::string_view

Return the URL as a core::string_view

Synopsis

Declared in <boost/url/url_view_base.hpp>
operator core::string_view() const noexcept;


Description

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

A string view of the URL.

Created with MrDocs