![]() |
Home | Libraries | People | FAQ | More |
Return a const reverse iterator to the first element of the reversed container.
array::const_reverse_iterator
crbegin() const noexcept;
The pointed-to element corresponds to the last element of the non-reversed
container. If the container is empty, crend()
is returned.
Constant.
No-throw guarantee.