System::String::rend metodo

String::rend method

Restituisce l’iteratore inverso al carattere precedente al primo (se presente) del buffer della stringa attuale.

reverse_iterator System::String::rend() const

ReturnValue

Iteratore inverso all’elemento che precede il primo carattere del buffer della stringa reale (se presente) o all’elemento subito prima del buffer allocato.

Vedi anche