A reverse iterator preceding the first character of the string.

Synopsis

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

[[nodiscard]]
constexpr
const_reverse_iterator
rend() const noexcept;

Return Value

A reverse iterator preceding the first character of the string

Note

The return value should not be discarded.

Created with MrDocs