[#2365A32B6D73FA24B8E646CBE139F303C3B9A04D]

Function url_view_base:: data

Return a pointer to the url's character buffer

Synopsis

            char const*
data() const noexcept;
        

Description

This function returns a pointer to the first character of the url, which is not guaranteed to be null-terminated.

Complexity

Constant.

Exception Safety

Throws nothing.