boost::urls::url_view_base::data
Return a pointer to the url's character buffer
Synopsis
Declared in <boost/url/url_view_base.hpp>
char const*
data() const noexcept;
Return Value
A pointer to the first character.
Created with MrDocs