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

Public Member Functions | |
| binder2nd (const _Operation &__x, const typename _Operation::second_argument_type &__y) | |
| _Operation::result_type | operator() (const typename _Operation::first_argument_type &__x) const |
| _Operation::result_type | operator() (typename _Operation::first_argument_type &__x) const |
Protected Attributes | |
| _Operation | op |
| _Operation::second_argument_type | value |
Definition at line 426 of file stl_function.h.
| std::binder2nd< _Operation >::binder2nd | ( | const _Operation & | __x, | |
| const typename _Operation::second_argument_type & | __y | |||
| ) | [inline] |
Definition at line 434 of file stl_function.h.
| _Operation::result_type std::binder2nd< _Operation >::operator() | ( | typename _Operation::first_argument_type & | __x | ) | const [inline] |
Definition at line 445 of file stl_function.h.
References std::binder2nd< _Operation >::op, and std::binder2nd< _Operation >::value.
| _Operation::result_type std::binder2nd< _Operation >::operator() | ( | const typename _Operation::first_argument_type & | __x | ) | const [inline] |
Definition at line 439 of file stl_function.h.
References std::binder2nd< _Operation >::op, and std::binder2nd< _Operation >::value.
_Operation std::binder2nd< _Operation >::op [protected] |
Definition at line 431 of file stl_function.h.
Referenced by std::binder2nd< _Operation >::operator()().
_Operation::second_argument_type std::binder2nd< _Operation >::value [protected] |
Definition at line 432 of file stl_function.h.
Referenced by std::binder2nd< _Operation >::operator()().
1.4.7