#include <reduce.h>
Public Types | |
typedef P_sourcetype | T_sourcetype |
typedef bool | T_resulttype |
typedef T_resulttype | T_numtype |
Public Member Functions | |
ReduceAny () | |
ReduceAny (T_resulttype initialValue) | |
bool | operator() (T_sourcetype x) |
bool | operator() (T_sourcetype x, int) |
T_resulttype | result (int) |
void | reset () |
void | reset (T_resulttype) |
Static Public Member Functions | |
const char * | name () |
Static Public Attributes | |
const bool | needIndex = false canProvideInitialValue = false |
Protected Attributes | |
T_resulttype | any_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|