Whole document tree
    

Whole document tree

Templatestd::binder2nd class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::binder2nd< _Operation > Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::binder2nd:

Inheritance graph
[legend]
Collaboration diagram for std::binder2nd< _Operation >:

Collaboration graph
[legend]
List of all members.

Public Methods

 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 op
_Operation::second_argument_type value

template<class _Operation>
class std::binder2nd< _Operation >


Constructor & Destructor Documentation

template<class _Operation>
std::binder2nd< _Operation >::binder2nd const _Operation &    __x,
const typename _Operation::second_argument_type &    __y
[inline]
 

Definition at line 256 of file stl_function.h.

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


Member Function Documentation

template<class _Operation>
_Operation::result_type std::binder2nd< _Operation >::operator() const typename _Operation::first_argument_type &    __x const [inline]
 

Definition at line 260 of file stl_function.h.

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


Member Data Documentation

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

Definition at line 253 of file stl_function.h.

Referenced by std::binder2nd< _Operation >::binder2nd(), and std::binder2nd< _Operation >::operator()().

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

Definition at line 254 of file stl_function.h.

Referenced by std::binder2nd< _Operation >::binder2nd(), and std::binder2nd< _Operation >::operator()().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:18:20 2002 for libstdc++-v3 Source by doxygen1.2.15