Implicit conversion to a std::basic_string_view over the string's contents.
Declared in <mp-units/ext/fixed_string.h>
[[nodiscard]]
constexpr
explicit(false)
operator std::basic_string_view<CharT>() const noexcept;
A std::basic_string_view over the string's contents
The return value should not be discarded.