data

Return a pointer to the first character

Synopsis

const char* data() noexcept;

Declared in file <boost/url/authority_view.hpp> at line 225

Description

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

Exception Safety

Throws nothing.