Kelas System::Collections::Generic::KVPairIterator
KVPairIterator class
Iterator adaptif, membungkus std::pair menjadi KVPair yang diharapkan dari Dictionary.
template<typename KVPair,typename Container>class KVPairIterator
| Parameter | Deskripsi |
|---|---|
| KVPair | Tipe pengembalian yang diperlukan |
| Kontainer | tipe kontainer yang dibungkus |
Metode
| Metode | Deskripsi |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| Typedef | Deskripsi |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
Lihat Juga
- Namespace System::Collections::Generic
- Library Aspose.Page for C++