Returns a const iterator that addresses the ___location succeeding the last element in a reversed string.
const_reverse_iterator crend() const;
Return Value
A const reverse iterator that addresses the ___location succeeding the last element in a reversed string (the ___location that had preceded the first element in the unreversed string).
Requirements
Header: <string>
Namespace: std