:relfileprefix: ../../../ [#boost-urls-url_view_base-data] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/url_view_base.adoc[pass:[url_view_base]]::data Return a pointer to the url's character buffer == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- 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.