Metodo System::Array::cbegin
Array::cbegin method
Restituisce un iteratore al primo elemento qualificato const del contenitore. Se il contenitore è vuoto, l’iteratore restituito sarà uguale a cend().
const_iterator System::Array<T>::cbegin() const noexcept
ReturnValue
Un iteratore che punta al primo elemento qualificato const del contenitore.
Vedi anche
- Typedef const_iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++