GNU g++  v5.2.1
GNU Standard C++
__gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType > Class Template Reference

Similar to std::binder1st, but giving the argument types explicitly. More...

#include <base.h>

Inheritance diagram for __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >:
Collaboration diagram for __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >:

Public Member Functions

 __binder1st (const _Operation &__x, const _FirstArgumentType &__y)
 
_ResultType operator() (const _SecondArgumentType &__x)
 
_ResultType operator() (_SecondArgumentType &__x) const
 

Protected Attributes

_Operation _M_op
 
_FirstArgumentType _M_value
 

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.

Constructor & Destructor Documentation

template<typename _Operation , typename _FirstArgumentType , typename _SecondArgumentType , typename _ResultType >
__gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::__binder1st ( const _Operation &  __x,
const _FirstArgumentType &  __y 
)
inline

Member Function Documentation

template<typename _Operation , typename _FirstArgumentType , typename _SecondArgumentType , typename _ResultType >
_ResultType __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::operator() ( const _SecondArgumentType &  __x)
inline
template<typename _Operation , typename _FirstArgumentType , typename _SecondArgumentType , typename _ResultType >
_ResultType __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::operator() ( _SecondArgumentType &  __x) const
inline

Member Data Documentation

template<typename _Operation , typename _FirstArgumentType , typename _SecondArgumentType , typename _ResultType >
_Operation __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::_M_op
protected
template<typename _Operation , typename _FirstArgumentType , typename _SecondArgumentType , typename _ResultType >
_FirstArgumentType __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::_M_value
protected

The documentation for this class was generated from the following file: