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