#include <stl_function.h>


Public Types | |
| typedef Type | first_argument_type |
| the type of the first argument (no surprises here) | |
| typedef Type | second_argument_type |
| the type of the second argument | |
| typedef Type | result_type |
| type of the return type | |
Definition at line 134 of file stl_function.h.
typedef Type std::binary_function< Type , Type , Type >::first_argument_type [inherited] |
typedef Type std::binary_function< Type , Type , Type >::second_argument_type [inherited] |
typedef Type std::binary_function< Type , Type , Type >::result_type [inherited] |
1.5.5