:relfileprefix: ../../../ [#2365A32B6D73FA24B8E646CBE139F303C3B9A04D] = Function url_view_base::data pass:v,q[Return a pointer to the url's character buffer] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- const char* data() const noexcept; ---- == Description pass:v,q[This function returns a pointer to] pass:v,q[the first character of the url, which] pass:v,q[is not guaranteed to be null-terminated.] === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * ``