data Return a pointer to the first character Synopsis const char* data() const noexcept; Defined in file <include/boost/url/authority_view.hpp> on line 225 Description This function returns a pointer to the beginning of the view, which is not guaranteed to be null-terminated. Exception Safety Throws nothing.