Sierra Toolkit  Version of the Day
eastl::const_mem_fun_ref_t< Result, T > Class Template Reference

#include <functional_eastl.h>

Inherits eastl::unary_function< Argument, Result >.

Public Types

typedef Result(T::* MemberFunction) () const
 

Public Member Functions

EA_FORCE_INLINE const_mem_fun_ref_t (MemberFunction pMemberFunction)
 
EA_FORCE_INLINE Result operator() (const T &t) const
 

Protected Attributes

MemberFunction mpMemberFunction
 

Detailed Description

template<typename Result, typename T>
class eastl::const_mem_fun_ref_t< Result, T >

const_mem_fun_ref_t

Definition at line 681 of file functional_eastl.h.


The documentation for this class was generated from the following file: