Convert this string to a matching basic_string_view.
Declared in <bslstl_string.h>
operator basic_string_view<CHAR_TYPE, CHAR_TRAITS>() const;
The return view will contain the same sequence of characters as this object. Note that this conversion operator can be invoked implicitly (e.g., during argument passing).
string view referring to this string's character sequence