...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Retrieves the underlying string view.
constexpr string_view get() const;
No-throw guarantee.
The returned view has the same lifetime rules as *this
.