DOKK / manpages / debian 10 / libstdc++-8-doc / std::binder2nd.3cxx.en
std::binder2nd< _Operation >(3cxx) std::binder2nd< _Operation >(3cxx)

std::binder2nd< _Operation > - One of the binder functors.

Inherits std::unary_function< _Operation::first_argument_type, _Operation::result_type >.


typedef _Operation::first_argument_type argument_type
argument_type is the type of the argument typedef _Operation::result_type result_type
result_type is the return type


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 op
_Operation::second_argument_type value

class std::binder2nd< _Operation >" One of the binder functors.

Definition at line 143 of file binders.h.

argument_type is the type of the argument

Definition at line 108 of file stl_function.h.

result_type is the return type

Definition at line 111 of file stl_function.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Sat Apr 6 2019 libstdc++