Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all 

__gnu_parallel::__accu..._binop_reduct< _BinOp >(3cxx) __gnu_parallel::__accu..._binop_reduct< _BinOp >(3cxx)
NAME
__gnu_parallel::__accumulate_binop_reduct< _BinOp > -
SYNOPSIS
Public Member Functions
__accumulate_binop_reduct (_BinOp &__b)
template<typename _Result , typename _Addend > _Result operator() (const _Result &__x, const _Addend
&__y)
Public Attributes
_BinOp & __binop
Detailed Description
template<typename _BinOp>struct __gnu_parallel::__accumulate_binop_reduct< _BinOp >
General reduction, using a binary operator.
Definition at line 335 of file for_each_selectors.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 2__gnu_parallel::__accu..._binop_reduct< _BinOp >(3cxx)