System::Collections::Generic::KVPairIterator klasse
KVPairIterator class
Aanpassen van iterator, verpakt std::pair in KVPair zoals verwacht van Dictionary.
template<typename KVPair,typename Container>class KVPairIterator
| Parameter | Beschrijving |
|---|---|
| KVPair | Vereist retourtype |
| Container | ingepakte containertype |
Methoden
| Methode | Beschrijving |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef | Beschrijving |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Zie ook
- Namespace System::Collections::Generic
- Library Aspose.Page for C++