System::Collections::Generic::KVPairIterator 类
KVPairIterator class
适配迭代器,将 std::pair 包装为 Dictionary 所期望的 KVPair。
template<typename KVPair,typename Container>class KVPairIterator
| 参数 | 描述 |
|---|---|
| KVPair | 必需的返回类型 |
| 容器 | 包装的容器类型 |
方法
| 方法 | 描述 |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| 类型定义 | 描述 |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
另见
- Namespace System::Collections::Generic
- Library Aspose.Font for C++