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
| Parametre | Açıklama |
|---|---|
| KVPair | Gerekli dönüş tipi |
| Container | sarmalanmış konteyner tipi |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef | Açıklama |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Ayrıca Bakınız
- Namespace System::Collections::Generic
- Library Aspose.Font for C++