Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Logic » FisFilter_MergeAll

FisFilter_MergeAll


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
Module: FoundationLite

Returns True if (and only if) all values in the input array True. Accepts conditional values.

Syntax

void fis::FisFilter_MergeAll
(
	const ftl::Array<ftl::Conditional<bool>>& inBoolArray,
	bool inDefault,
	bool& outValue
)

Parameters

Name Type Default Description
Input value inBoolArray const Array<Conditional<bool>>&
Input value inDefault bool False
Output value outValue bool&