An example reduction type that is not really implemented. More...
Static Public Member Functions | |
template<class T > | |
static T | combine (T, T) |
Apply the reduction to two values. | |
Static Public Attributes | |
template<class T > | |
static const T | identity |
The identity element. | |
An example reduction type that is not really implemented.
The data type to use is determined separately (e.g., a task return type); user-defined reduction types that aim to support only one data type need not define their members as templates.
|
static |
Apply the reduction to two values.
|
static |
The identity element.