mp_units::basic_fixed_string::c_str

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.