A pointer to a null‐terminated character array holding the string's contents.
Synopsis
Declared in <mp‐units/ext/fixed_string.h>
[[nodiscard]]
constexpr
const_pointer
c_str() const noexcept;
Return Value
A pointer to a null‐terminated character array holding the string's contents
|
Note
|
The return value should not be discarded. |
Created with MrDocs