:relfileprefix: ../../../ [#boost-urls-authority_view-data] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/authority_view.adoc[pass:[authority_view]]::data Return a pointer to the first character == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- char const* data() const noexcept; ---- == Description This function returns a pointer to the beginning of the view, which is not guaranteed to be null-terminated. === Exception Safety Throws nothing.