System::Collections::Generic::KVPairIterator classe
KVPairIterator class
Iteratore di adattamento, avvolge std::pair in KVPair previsto da Dictionary.
template<typename KVPair,typename Container>class KVPairIterator
| Parametro | Descrizione |
|---|---|
| KVPair | Tipo di ritorno richiesto |
| Contenitore | tipo di contenitore avvolto |
Metodi
| Metodo | Descrizione |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef | Descrizione |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Vedi anche
- Namespace System::Collections::Generic
- Library Aspose.Font for C++