Metodo System::Array::cbegin

Array::cbegin method

Restituisce un iteratore al primo elemento con qualificatore 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 con qualificatore const del contenitore.

Vedi anche