Simplification of GReducible where BinFunc calculates results by value, i.e., BinFunc conforms to:. More...
#include <Accumulator.h>
Public Member Functions | |
GSimpleReducible (const BinFunc &func=BinFunc()) | |
Private Types | |
typedef GReducible< T, ReduceAssignWrap< BinFunc > > | base_type |
Simplification of GReducible where BinFunc calculates results by value, i.e., BinFunc conforms to:.
T operator()(const T& a, const T& b);
typedef GReducible<T, ReduceAssignWrap<BinFunc> > Galois::GSimpleReducible< T, BinFunc >::base_type [private] |
Galois::GSimpleReducible< T, BinFunc >::GSimpleReducible | ( | const BinFunc & | func = BinFunc() |
) | [inline, explicit] |