System::Collections::Generic::KVPairIterator Klasse
KVPairIterator class
Anpassender Iterator, der std::pair in das von Dictionary erwartete KVPair einwickelt.
template<typename KVPair,typename Container>class KVPairIterator
| Parameter | Beschreibung |
|---|---|
| KVPair | Erforderlicher Rückgabetyp |
| Container | Typ des umschlossenen Containers |
Methoden
| Methode | Beschreibung |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef. | Beschreibung |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Siehe auch
- Namespace System::Collections::Generic
- Library Aspose.Font for C++