System::Collections::Generic::KVPairIterator sınıfı

KVPairIterator class

Yineleyici uyarlanıyor, std::pair’ı Dictionary tarafından beklenen KVPair içine sarar.

template<typename KVPair,typename Container>class KVPairIterator
ParametreAçıklama
KVPairGerekli dönüş tipi
Containersarmalanmış konteyner tipi

Yöntemler

YöntemAçıklama
KVPairIterator(typename Container::const_iterator)
operator*() const
operator++()
operator++(int)
operator–()
operator–(int)

Typedefs

TypedefAçıklama
difference_type
iterator_category
pointer
reference
value_type

Ayrıca Bakınız