#include <stl_function.h>
Inheritance diagram for std::binder2nd:


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 |
|
||||||||||||||||
|
Definition at line 256 of file stl_function.h. References std::binder2nd< _Operation >::op, and std::binder2nd< _Operation >::value. |
|
||||||||||
|
Definition at line 260 of file stl_function.h. References std::binder2nd< _Operation >::op, and std::binder2nd< _Operation >::value. |
|
|||||
|
Definition at line 253 of file stl_function.h. Referenced by std::binder2nd< _Operation >::binder2nd(), and std::binder2nd< _Operation >::operator()(). |
|
|||||
|
Definition at line 254 of file stl_function.h. Referenced by std::binder2nd< _Operation >::binder2nd(), and std::binder2nd< _Operation >::operator()(). |
1.2.15