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)
| Parameter | Type | 描述 |
|---|---|---|
| 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
| Parameter | Type | 描述 |
|---|---|---|
| 其他 | 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
| Parameter | Type | 描述 |
|---|---|---|
| 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++