System::Collections::Generic::DictionaryIterator::DictionaryIterator конструктор
Содержание
[
Скрывать
]DictionaryIterator::DictionaryIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&) constructor
Конструктор.
System::Collections::Generic::DictionaryIterator<Dict>::DictionaryIterator(const typename Dict::map_t::const_iterator &iterator, const typename Dict::map_t::const_iterator &end)
| Параметр | Тип | Описание |
|---|---|---|
| iterator | const typename Dict::map_t::const_iterator& | Итератор для удержания. |
| end | const typename Dict::map_t::const_iterator& | Итератор до конца контейнера. |
См. также
- Class DictionaryIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
DictionaryIterator::DictionaryIterator(DictionaryIterator&&) constructor
Конструктор перемещения.
System::Collections::Generic::DictionaryIterator<Dict>::DictionaryIterator(DictionaryIterator &&other) noexcept
| Параметр | Тип | Описание |
|---|---|---|
| другое | DictionaryIterator&& | Итератор для перемещения данных из. |
См. также
- Class DictionaryIterator
- Class DictionaryIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
DictionaryIterator::DictionaryIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&) constructor
Конструктор.
System::Collections::Generic::DictionaryIterator<Dict>::DictionaryIterator(typename Dict::map_t::const_iterator &&iterator, typename Dict::map_t::const_iterator &&end) noexcept
| Параметр | Тип | Описание |
|---|---|---|
| iterator | typename Dict::map_t::const_iterator&& | Итератор для удержания. |
| end | typename Dict::map_t::const_iterator&& | Итератор до конца контейнера. |
См. также
- Class DictionaryIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++