TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Protected Attributes | List of all members
binder2nd< _Operation > Class Template Reference
Inheritance diagram for binder2nd< _Operation >:
unary_function< __BINARY_ARG(_Operation, first_argument_type), __BINARY_ARG(_Operation, result_type)>

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
 

Protected Attributes

_Operation::second_argument_type value
 

Constructor & Destructor Documentation

binder2nd ( const _Operation &  __x,
const typename _Operation::second_argument_type &  __y 
)

Member Function Documentation

_Operation::result_type operator() ( const typename _Operation::first_argument_type &  __x) const

Member Data Documentation

_Operation::second_argument_type value
protected