Metodo System::Array::rbegin
Contenuti
[
Nascondere
]Array::rbegin() const method
Restituisce un iteratore inverso al primo elemento del contenitore invertito. Corrisponde all’ultimo elemento del contenitore non invertito. Se il contenitore è vuoto, l’iteratore restituito è uguale a rend().
const_reverse_iterator System::Array<T>::rbegin() const noexcept
ReturnValue
Un iteratore che punta all’ultimo elemento del contenitore qualificato come const.
Vedi anche
- Typedef const_reverse_iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++
Array::rbegin() method
Restituisce un iteratore inverso al primo elemento del contenitore invertito. Corrisponde all’ultimo elemento del contenitore non invertito. Se il contenitore è vuoto, l’iteratore restituito è uguale a rend().
reverse_iterator System::Array<T>::rbegin() noexcept
ReturnValue
Un iteratore che punta all’ultimo elemento del contenitore.
Vedi anche
- Typedef reverse_iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++