__gnu_parallel::__binder1st.3cxx
Contents
Detailed Description
template<typename_Operation,typename_FirstArgumentType,typename_SecondArgumentType,typename_ResultType>
class __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType
>"Similar to std::binder1st, but giving the argument types explicitly.
Member Typedef Documentation
typedef_SecondArgumentTypestd::unary_function<_SecondArgumentType,_ResultType>::argument_type[inherited]
argument_type is the type of the argument
typedef_ResultTypestd::unary_function<_SecondArgumentType,_ResultType>::result_type[inherited]
result_type is the return type
Name
__gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType > - Similar
to std::binder1st, but giving the argument types explicitly.
Synopsis
#include <base.h>
Inherits std::unary_function<_SecondArgumentType,_ResultType>.
PublicTypes
typedef _SecondArgumentType argument_type
argument_type is the type of the argument
typedef _ResultType result_type
result_type is the return type
PublicMemberFunctions__binder1st (const _Operation &__x, const _FirstArgumentType &__y)
_ResultType operator() (_SecondArgumentType &__x) const
_ResultType operator() (const _SecondArgumentType &__x)
ProtectedAttributes
_Operation _M_op
_FirstArgumentType _M_value