#include <stl_function.h>
Inheritance diagram for std::less< Type >:
Public Types | |
typedef Type | first_argument_type |
the type of the first argument | |
typedef Type | second_argument_type |
(no surprises here) the type of the second argument | |
typedef bool | result_type |
type of the return type | |
Public Member Functions | |
bool | operator() (const Type &x, const Type &y) const |
Definition at line 223 of file stl_function.h.
typedef Type std::binary_function< Type , Type , bool >::first_argument_type [inherited] |
typedef bool std::binary_function< Type , Type , bool >::result_type [inherited] |
typedef Type std::binary_function< Type , Type , bool >::second_argument_type [inherited] |