System::Collections::Generic::KVPairIterator 클래스
KVPairIterator class
어댑터 이터레이터로, std::pair를 Dictionary에서 기대되는 KVPair로 래핑합니다.
template<typename KVPair,typename Container>class KVPairIterator
| 매개변수 | 설명 |
|---|---|
| KVPair | 필수 반환 타입 |
| 컨테이너 | 래핑된 컨테이너 타입 |
메서드
| 메서드 | 설명 |
|---|---|
| KVPairIterator(typename Container::const_iterator) | |
| operator*() const | |
| operator++() | |
| operator++(int) | |
| operator–() | |
| operator–(int) |
Typedefs
| 타입 정의 | 설명 |
|---|---|
| difference_type | |
| iterator_category | |
| pointer | |
| reference | |
| value_type |
또 보기
- Namespace System::Collections::Generic
- Library Aspose.Page for C++