[#boost-urls-authority_view-data] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/authority_view.adoc[authority_view]::data :relfileprefix: ../../../ :mrdocs: Return a pointer to the first character == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/authority_view.hpp#L225[boost/url/authority_view.hpp]>` [source,cpp,subs="verbatim,replacements,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. [.small]#Created with https://www.mrdocs.com[MrDocs]#