Inheritance diagram for __gnu_cxx::select1st< Pair >:
Public Types | |
typedef Pair | argument_type |
argument_type is the type of the argument (no surprises here) | |
typedef Pair::first_type | result_type |
result_type is the return type | |
Public Member Functions | |
Pair::first_type & | operator() (Pair &x) const |
const Pair::first_type & | operator() (const Pair &x) const |
Definition at line 197 of file ext/functional.
|
Definition at line 103 of file stl_function.h. |
|
Definition at line 104 of file stl_function.h. |