#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 bool | result_type |
type of the return type |
Definition at line 266 of file stl_function.h.
typedef Type std::binary_function< Type , Type , bool >::first_argument_type [inherited] |
typedef Type std::binary_function< Type , Type , bool >::second_argument_type [inherited] |
typedef bool std::binary_function< Type , Type , bool >::result_type [inherited] |