Inheritance diagram for __gnu_cxx::binary_compose< Operation1, Operation2, Operation3 >:
Public Types | |
typedef Operation2::argument_type | argument_type |
argument_type is the type of the argument (no surprises here) | |
typedef Operation1::result_type | result_type |
result_type is the return type | |
Public Member Functions | |
binary_compose (const Operation1 &x, const Operation2 &y, const Operation3 &__z) | |
Operation1::result_type | operator() (const typename Operation2::argument_type &x) const |
Protected Attributes | |
Operation1 | M_fn1 |
Operation2 | M_fn2 |
Operation3 | M_fn3 |
Definition at line 150 of file ext/functional.
|
Definition at line 103 of file stl_function.h. |
|
Definition at line 104 of file stl_function.h. |