boost::urls::grammar::string_view_base::data

Return a pointer to the character buffer

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>
constexpr
const_pointer
data() const noexcept;


Description

See core::string_view::data

Return Value

A pointer to the character buffer

Created with MrDocs