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::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.
typedef pair_iterator::value_type::first_type first_of_pair_iterator< pair_iterator >::value_type |
Definition at line 27 of file iterator_types.h.
|
inline |
Definition at line 30 of file iterator_types.h.
|
inline |
Definition at line 32 of file iterator_types.h.