This is an iterator adaptor that converts any iterator that returns a pair (e.g. More...
#include "iterator_types.h"
 
 | Public Types | |
| typedef pair_iterator::value_type::first_type | value_type | 
| Public Member Functions | |
| first_of_pair_iterator (const pair_iterator &init) | |
| value_type | operator * () | 
This is an iterator adaptor that converts any iterator that returns a pair (e.g.
a map iterator) into one that returns just the first component of that pair.
Definition at line 25 of file iterator_types.h.
 1.8.15
 1.8.15