Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::binder2nd Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::binder2nd:

Inheritance graph
[legend]
Collaboration diagram for std::binder2nd:

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


Constructor & Destructor Documentation

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

Definition at line 220 of file stl_function.h.


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 224 of file stl_function.h.


Member Data Documentation

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

Definition at line 217 of file stl_function.h.

Referenced by operator()().

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

Definition at line 218 of file stl_function.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:09 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001