...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 view.
string_view
subview() const noexcept;
Returns a view of the whole string.
No-throw guarantee.
string_view(this->data(), this->size())
.