Back to FabImage Library Lite website
You are here: Start » All Functions » Logic » FisFilter_Any

FisFilter_Any
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fis |
Returns True if (and only if) at least one value in the input array is True.
Syntax
void fis::FisFilter_Any ( const ftl::Array<bool>& inBoolArray, bool& outValue )