This is an iterator adaptor that converts any iterator that returns a pair (e.g.
More...
#include "iterator_types.h"
List of all members.
Public Types |
typedef
pair_iterator::value_type::second_type | value_type |
Public Member Functions |
|
| second_of_pair_iterator (const pair_iterator &init) |
|
| second_of_pair_iterator (const second_of_pair_iterator< pair_iterator > ©) |
|
value_type | operator* () |
Detailed Description
template<class pair_iterator>
class second_of_pair_iterator< pair_iterator >
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 48 of file iterator_types.h.
The documentation for this class was generated from the following file: