basic_string::crbegin

Returns a const iterator that addresses the first element in a reversed string.

const_reverse_iterator crbegin() const;

Return Value

A reverse iterator that points just beyond the end of the string. The position designates the beginning of the reverse string.

Requirements

Header: <string>

Namespace: std

See Also

Reference

basic_string Class

<string>