|
template<typename _Operation > |
std::binder2nd unary_function | std::_GLIBCXX11_DEPRECATED_SUGGEST ("std::bind") |
|
template<typename _Operation > |
std::binder1st unary_function | std::_GLIBCXX11_DEPRECATED_SUGGEST ("std::bind") |
|
template<typename _Operation , typename _Tp > |
binder1st< _Operation > | std::bind1st (const _Operation &__fn, const _Tp &__x) |
|
template<typename _Operation , typename _Tp > |
binder2nd< _Operation > | std::bind2nd (const _Operation &__fn, const _Tp &__x) |
|
| binder1st (const _Operation &__x, const typename _Operation::first_argument_type &__y) |
|
| 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 |
|
_Operation::result_type | operator() (const typename _Operation::second_argument_type &__x) const |
|
_Operation::result_type | operator() (typename _Operation::second_argument_type &__x) const |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <functional>.
Definition in file binders.h.