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