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

std::binder1st Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::binder1st:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 binder1st (const _Operation &__x, const typename _Operation::first_argument_type &__y)
_Operation::result_type operator() (const typename _Operation::second_argument_type &__x) const

Protected Attributes

_Operation op
_Operation::first_argument_type value

template<class _Operation> class std::binder1st


Constructor & Destructor Documentation

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

Definition at line 195 of file stl_function.h.


Member Function Documentation

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

Definition at line 199 of file stl_function.h.


Member Data Documentation

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

Definition at line 192 of file stl_function.h.

Referenced by operator()().

template<class _Operation>
_Operation::first_argument_type std::binder1st<_Operation>::value [protected]
 

Definition at line 193 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