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::second_type | value_type | 
| Public Member Functions | |
| second_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 second component of that pair.
Definition at line 43 of file iterator_types.h.
 1.8.15
 1.8.15