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

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

#include <base.h>

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

Public Member Functions

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

Protected Attributes

_Operation _M_op
 
_SecondArgumentType _M_value
 

Detailed Description

template<typename _Operation, typename _FirstArgumentType, typename _SecondArgumentType, typename _ResultType>
class __gnu_parallel::__binder2nd< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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