Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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