System::Collections::Generic::BaseSet::cend method

BaseSet::cend method

Gets iterator for a non-existent const-qualified element behind the end of the collection.

const_iterator System::Collections::Generic::BaseSet<T, SET_T>::cend() const noexcept

ReturnValue

An iterator pointing to the theoretical const-qualified element placed after the end element in the hash set.

See Also