Sierra Toolkit  Version of the Day
eastl::binder1st< Operation > Class Template Reference

#include <functional_eastl.h>

Inherits eastl::unary_function< Argument, Result >.

Public Member Functions

 binder1st (const Operation &x, const typename Operation::first_argument_type &y)
 
Operation::result_type operator() (const typename Operation::second_argument_type &x) const
 
Operation::result_type operator() (typename Operation::second_argument_type &x) const
 

Protected Attributes

Operation::first_argument_type value
 
Operation op
 

Detailed Description

template<typename Operation>
class eastl::binder1st< Operation >

bind1st

Definition at line 314 of file functional_eastl.h.


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