System::Collections::Generic::KVPairIterator klass
KVPairIterator class
Anpassar iterator, omsluter std::pair till KVPair som förväntas från Dictionary.
template<typename KVPair,typename Container>class KVPairIterator
| Parameter | Beskrivning |
|---|---|
| KVPair | Krävd returtyp |
| Behållare | omsluten behållartyp |
Metoder
| Metod | Beskrivning |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef | Beskrivning |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Se även
- Namespace System::Collections::Generic
- Library Aspose.Page for C++