Clase System::Collections::Generic::KVPairIterator
KVPairIterator class
Iterador adaptador, envuelve std::pair en KVPair esperado por Dictionary.
template<typename KVPair,typename Container>class KVPairIterator
| Parámetro | Descripción |
|---|---|
| KVPair | Tipo de retorno requerido |
| Contenedor | tipo de contenedor envuelto |
Métodos
| Método | Descripción |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef | Descripción |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Ver también
- Namespace System::Collections::Generic
- Library Aspose.Page for C++