System::Collections::Generic::BaseSet::cbegin метод

BaseSet::cbegin method

Получает итератор к первому const-qualified элементу коллекции.

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

ReturnValue

Итератор, указывающий на первый элемент, квалифицированный как const, в hash set.

См. также