Panda3D
|
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.
typedef pair_iterator::value_type::second_type second_of_pair_iterator< pair_iterator >::value_type |
Definition at line 45 of file iterator_types.h.
|
inline |
Definition at line 48 of file iterator_types.h.
|
inline |
Definition at line 50 of file iterator_types.h.