System::Collections::Generic::ValueIterator::ValueIterator 构造函数
ValueIterator::ValueIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&) constructor
构造函数。
System::Collections::Generic::ValueIterator<Dict>::ValueIterator(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 ValueIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
ValueIterator::ValueIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&) constructor
构造函数。
System::Collections::Generic::ValueIterator<Dict>::ValueIterator(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 ValueIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
ValueIterator::ValueIterator(ValueIterator&&) constructor
移动构造函数。
System::Collections::Generic::ValueIterator<Dict>::ValueIterator(ValueIterator &&other) noexcept
| Parameter | Type | 描述 |
|---|---|---|
| 其他 | ValueIterator&& | 用于移动数据的迭代器。 |
另见
- Class ValueIterator
- Class ValueIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++