[#C59AE9E0974141FB6BD637C42687003B2CCDDF67]

Function authority_view:: data

Return a pointer to the first character

Synopsis

            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.