Nugget
Public Member Functions | Protected Attributes | List of all members
eastl::binder2nd< Operation > Class Template Reference

#include <functional_base.h>

Inheritance diagram for eastl::binder2nd< Operation >:
Inheritance graph
[legend]
Collaboration diagram for eastl::binder2nd< Operation >:
Collaboration graph
[legend]

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
 

Additional Inherited Members

- Public Types inherited from eastl::unary_function< Operation::first_argument_type, Operation::result_type >
typedef Operation::first_argument_type argument_type
 
typedef Operation::result_type result_type
 

Detailed Description

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

bind2nd


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