std::binder2nd(3)

NAME

std::binder2nd

SYNOPSIS

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

Detailed Description

template<typename _Operation> class std::binder2nd< _Operation
>
One of the binder functors.
Definition at line 135 of file binders.h.
Public Types
typedef _Operation::first_argument_type argument_type typedef _Operation::result_type result_type
Public Member Functions
binder2nd (const _Operation &__x, const typename
_Operation::second_argument_type &__y)
_Operation::result_type operator() (typename
_Operation::first_argument_type &__x) const
_Operation::result_type operator() (const typename
_Operation::first_argument_type &__x) const
Protected Attributes
_Operation op
_Operation::second_argument_type value

Member Typedef Documentation

typedef _Operation::first_argument_type std::unary_function<
_Operation::first_argument_type , _Operation::result_type >::argument_type [inherited] argument_type is the type of the argument (no surprises
here)
Definition at line 105 of file stl_function.h.
typedef _Operation::result_type std::unary_function<
_Operation::first_argument_type , _Operation::result_type >::result_type [inherited] result_type is the return type
Definition at line 108 of file stl_function.h.

Author

Generated automatically by Doxygen for libstdc++ from the
source code.
libstdc++ 31 Dec 2008
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout