System::Array::cend method

Array::cend method

Returns an iterator to the element following the last element of the container. This element acts as a placeholder; attempting to access it results in undefined behavior.

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

ReturnValue

An iterator pointing to the theoretical const-qualified element placed after the last element of the container.

See Also