System::Collections::Generic::KVPairIterator class
KVPairIterator class
Adapting iterator, wraps std::pair into KVPair expected from Dictionary.
template<typename KVPair,typename Container>class KVPairIterator
Parameter | Description |
---|---|
KVPair | Required return type |
Container | wrapped container type |
Methods
Method | Description |
---|---|
KVPairIterator(typename Container::const_iterator) | |
operator*() const | |
operator++() | |
operator++(int) | |
operator–() | |
operator–(int) |
Typedefs
Typedef | Description |
---|---|
iterator_category | |
value_type | |
difference_type | |
pointer | |
reference |
See Also
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++