|
Nugget
|
#include <functional.h>


Public Types | |
| typedef Result(T::* | MemberFunction) (Argument) |
Public Types inherited from eastl::binary_function< T, Argument, Result > | |
| typedef T | first_argument_type |
| typedef Argument | second_argument_type |
| typedef Result | result_type |
Public Member Functions | |
| mem_fun1_ref_t (MemberFunction pMemberFunction) | |
| Result | operator() (T &t, Argument arg) const |
Protected Attributes | |
| MemberFunction | mpMemberFunction |