mp_units::basic_fixed_string::data

A pointer to the underlying null-terminated character array.

Synopsis

Declared in <mp-units/ext/fixed_string.h>

[[nodiscard]]
constexpr
const_pointer
data() const noexcept;

Return Value

A pointer to the underlying null-terminated character array

NOTE

The return value should not be discarded.