binder1st Class Reference

class binder1st : public unary_function< _Operation::second_argument_type, _Operation::result_type >
Public Member Functions
binder1st (const _Operation &, _ValueParamType )
result_type operator() ( _ArgParamType )
Public Member Type Definitions
typedef _Base::argument_type argument_type
typedef _Base::result_type result_type
Private Member Type Definitions
typedef __call_traits < argument_type >::param_type _ArgParamType
typedef unary_function < typename _Operation::second_argument_type, typename _Operation::result_type > _Base
typedef __call_traits < typename _Operation::first_argument_type >::param_type _ValueParamType
Protected Attributes
_Operation::first_argument_type _M_value
_Operation op

Constructor & Destructor Documentation

binder1st(const _Operation &, _ValueParamType)

binder1st ( const _Operation & __x,
_ValueParamType __y
) [inline]

Parameters

const _Operation & __x
_ValueParamType __y

Member Functions Documentation

operator()(_ArgParamType)

result_type operator() ( _ArgParamType __x ) const [inline]

Parameters

_ArgParamType __x

Member Type Definitions Documentation

Typedef _ArgParamType

typedef __call_traits < argument_type >::param_type _ArgParamType [private]

Typedef _Base

typedef unary_function < typename _Operation::second_argument_type, typename _Operation::result_type > _Base [private]

Typedef _ValueParamType

typedef __call_traits < typename _Operation::first_argument_type >::param_type _ValueParamType [private]

Typedef argument_type

typedef _Base::argument_type argument_type

Typedef result_type

typedef _Base::result_type result_type

Member Data Documentation

_Operation::first_argument_type _M_value

_Operation::first_argument_type _M_value [protected]

_Operation op

_Operation op [protected]