System::Array::cbegin method

Array::cbegin method

Returns an iterator to the first const-qualified element of the container. If the container is empty, the returned iterator will be equal to cend().

const_iterator System::Array<T>::cbegin() const noexcept

ReturnValue

An iterator pointing to the first const-qualified element of the container.

See Also