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.Page for C++