data

Return a pointer to the url's character buffer

Synopsis

const char*
data() const noexcept;

Defined in file <include/boost/url/url_view_base.hpp> on line 219

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.