Metodo System::Array::end
Contenuti
[
Nascondere
]Array::end() const method
Restituisce un iteratore all’elemento successivo all’ultimo elemento del contenitore qualificato come const. Questo elemento funge da segnaposto; tentare di accedervi provoca un comportamento indefinito.
const_iterator System::Array<T>::end() const noexcept
ReturnValue
Un iteratore che punta all’elemento teorico posizionato dopo l’ultimo elemento del contenitore qualificato const.
Vedi anche
- Typedef const_iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++
Array::end() method
Restituisce un iteratore all’elemento successivo all’ultimo elemento del contenitore. Questo elemento funge da segnaposto; tentare di accedervi provoca un comportamento indefinito.
iterator System::Array<T>::end() noexcept
ReturnValue
Un iteratore che punta all’elemento teorico posizionato dopo l’ultimo elemento del contenitore.
Vedi anche
- Typedef iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++