DOKK / manpages / debian 13 / libstdc++-14-doc / std::binder1st.3cxx.en
std::binder1st< _Operation >(3cxx) std::binder1st< _Operation >(3cxx)

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

#include <functional>

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


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


binder1st (const _Operation &__x, const typename _Operation::first_argument_type &__y)
_Operation::result_type operator() (const typename _Operation::second_argument_type &__x) const
_Operation::result_type operator() (typename _Operation::second_argument_type &__x) const


_Operation op
_Operation::first_argument_type value

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

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

argument_type is the type of the argument

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

result_type is the return type

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

libstdc++