#include <stl_function.h>


Public Types | |
| typedef const Type * | argument_type |
argument_type is the type of the argument (no surprises here) | |
| typedef Ret | result_type |
result_type is the return type | |
Definition at line 539 of file stl_function.h.
typedef const Type * std::unary_function< const Type * , Ret >::argument_type [inherited] |
argument_type is the type of the argument (no surprises here)
Definition at line 103 of file stl_function.h.
typedef Ret std::unary_function< const Type * , Ret >::result_type [inherited] |
1.5.5