Query: __gnu_parallel::accumulate_binop_reduct
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__gnu_parallel::accumulate_binop_reduct< BinOp >(3cxx) __gnu_parallel::accumulate_binop_reduct< BinOp >(3cxx)NAME__gnu_parallel::accumulate_binop_reduct< BinOp > -SYNOPSISPublic 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 346 of file for_each_selectors.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __gnu_parallel::accumulate_binop_reduct< BinOp >(3cxx)