mp_units::basic_fixed_string::back

The last character of the string.

Synopsis

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

[[nodiscard]]
constexpr
const_reference
back() const;

Return Value

The last character of the string

NOTE

The return value should not be discarded.