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.

Created with MrDocs