Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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