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