Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url_view_base::data

Return a pointer to the URL's character buffer.

Synopsis
char const*
data() const;
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.


PrevUpHomeNext