#include <mapped-value-iterator.h>
Public Types | |
typedef P | argument_type |
typedef P::first_type | result_type |
typedef P::first_type | value_type |
Public Methods | |
value_type const & | operator() (P const &p) const |
Static Public Methods | |
value_type const & | value (const P &p) |
get_first
, get_second
are simple function objects to select fields of pairs.
Target type for parameter P is pair<T1,T2>
.
get_first
, get_second
are models of
Definition at line 34 of file mapped-value-iterator.h.
|
Definition at line 35 of file mapped-value-iterator.h. |
|
Definition at line 36 of file mapped-value-iterator.h. |
|
Definition at line 37 of file mapped-value-iterator.h. Referenced by operator(), and value. |
|
Definition at line 42 of file mapped-value-iterator.h. References value_type. |
|
Definition at line 43 of file mapped-value-iterator.h. References value_type. |