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
ParameterBeskrivning
KVPairKrävd returtyp
Behållareomsluten behållartyp

Metoder

MetodBeskrivning
KVPairIterator(typename Container::const_iterator)
operator*() const
operator++()
operator++(int)
operator–()
operator–(int)

Typedefs

TypedefBeskrivning
difference_type
iterator_category
pointer
reference
value_type

Se även