boost::urls::url_base::c_str
Return the url as a null‐terminated string
Synopsis
Declared in <boost/url/url_base.hpp>
char const*
c_str() const noexcept;
Return Value
A pointer to a null‐terminated string containing the URL.
Created with MrDocs