binder2nd< _Operation > Class Template Reference

#include <_function.h>

Inheritance diagram for binder2nd< _Operation >:

unary_function< _Arg, _Result > List of all members.

Public Types

typedef _Base::argument_type argument_type
typedef _Base::result_type result_type

Public Member Functions

 binder2nd (const _Operation &__x, _ValueParamType __y)
result_type operator() (_ArgParamType __x) const

Protected Attributes

_Operation op
_Operation::second_argument_type value

Detailed Description

template<class _Operation>
class binder2nd< _Operation >

Definition at line 220 of file _function.h.


Member Typedef Documentation

template<class _Operation>
typedef _Base::argument_type binder2nd< _Operation >::argument_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 226 of file _function.h.

template<class _Operation>
typedef _Base::result_type binder2nd< _Operation >::result_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 227 of file _function.h.


Constructor & Destructor Documentation

template<class _Operation>
binder2nd< _Operation >::binder2nd ( const _Operation &  __x,
_ValueParamType  __y 
) [inline]

Definition at line 236 of file _function.h.


Member Function Documentation

template<class _Operation>
result_type binder2nd< _Operation >::operator() ( _ArgParamType  __x  )  const [inline]

Definition at line 239 of file _function.h.

References binder2nd< _Operation >::op, and binder2nd< _Operation >::value.


Member Data Documentation

template<class _Operation>
_Operation binder2nd< _Operation >::op [protected]

Definition at line 233 of file _function.h.

Referenced by binder2nd< _Operation >::operator()().

template<class _Operation>
_Operation::second_argument_type binder2nd< _Operation >::value [protected]

Definition at line 234 of file _function.h.

Referenced by binder2nd< _Operation >::operator()().


The documentation for this class was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_function.h



Generated on Mon Mar 10 15:32:58 2008 by  doxygen 1.5.1