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

#include <functional_eastl.h>

Inherits eastl::unary_function< Argument, Result >.

Public Member Functions

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

Protected Attributes

Operation op
 
Operation::second_argument_type value
 

Detailed Description

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

bind2nd

Definition at line 343 of file functional_eastl.h.


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