<metanoindex/>
<tbody> </tbody> iterator rbegin(); |
||
const_iterator rbegin() const; |
||
const_iterator crbegin() const; |
(dal C++11) | |
Returns a reverse iterator to the first character of the reversed string. It corresponds to the last character of the non-reversed string.
Parametri
(Nessuno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Valore di ritorno
reverse iterator to the first character
Complessità
Constant
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Vedi anche
(C++11) |
restituisce un iteratore inverso dalla coda (metodo pubblico) |