libstdc++
std::binder2nd< _Operation > Class Template Reference
Inheritance diagram for std::binder2nd< _Operation >:

List of all members.

Public Types

Public Member Functions

Protected Attributes


Detailed Description

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

One of the binder functors.

Definition at line 140 of file binders.h.


Member Typedef Documentation

typedef _Operation::first_argument_type std::unary_function< _Operation::first_argument_type , _Operation::result_type >::argument_type [inherited]

argument_type is the type of the argument

Definition at line 105 of file stl_function.h.

typedef _Operation::result_type std::unary_function< _Operation::first_argument_type , _Operation::result_type >::result_type [inherited]

result_type is the return type

Definition at line 108 of file stl_function.h.


The documentation for this class was generated from the following file: