System::Collections::Generic::List::crbegin método
List::crbegin method
Obtiene un iterador inverso al último elemento calificado como const de la colección (el primero en reversa).
const_reverse_iterator System::Collections::Generic::List<T>::crbegin() const noexcept
ReturnValue
Un iterador inverso que apunta al último elemento const-qualified de la lista (el primero en reversa).
Ver también
- Typedef const_reverse_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++