#include <functional_eastl.h>
Inherits eastl::binary_function< Argument1, Argument2, Result >.
List of all members.
Public Types |
|
typedef Result(T::* | MemberFunction )(Argument) const |
Public Member Functions |
|
EA_FORCE_INLINE | const_mem_fun1_ref_t (MemberFunction pMemberFunction) |
|
EA_FORCE_INLINE Result | operator() (const T &t, Argument arg) const |
Protected Attributes |
|
MemberFunction | mpMemberFunction |
Detailed Description
template<typename Result, typename T, typename Argument>
class eastl::const_mem_fun1_ref_t< Result, T, Argument >
const_mem_fun1_ref_t
Definition at line 705 of file functional_eastl.h.
The documentation for this class was generated from the following file: