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

KVPairIterator class

Uyarlama yineleyicisi, std::pair’i Dictionary tarafından beklenen KVPair’e sarar.

template<typename KVPair,typename Container>class KVPairIterator
ParameterAçıklama
KVPairGerekli dönüş tipi
Kapsayıcısarmalanmış 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