A std::basic_string_view over the string's contents.
Synopsis
Declared in <mp‐units/ext/fixed_string.h>
[[nodiscard]]
constexpr
std::basic_string_view<CharT>
view() 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