__gnu_parallel::accumulate_binop_reduct.3cxx

Langue: en

Autres versions - même langue

Version: 349008 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

__gnu_parallel::accumulate_binop_reduct -

General reduction, using a binary operator.

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 346 of file for_each_selectors.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.