boost::urls::authority_view::data

Return a pointer to the first character

Synopsis

Declared in <boost/url/authority_view.hpp>
char const*
data() const noexcept;


Description

This function returns a pointer to the beginning of the view, which is not guaranteed to be null-terminated.

Exception Safety

Throws nothing.

Return Value

A pointer to the first character

Created with MrDocs