...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Return a pointer to the first character.
char const* data() const;
This function returns a pointer to the beginning of the view, which is not guaranteed to be null-terminated.
Throws nothing.