Back to Adaptive Vision Library website

You are here: Start » Function Reference » Logic » AvsFilter_And_OfArray

AvsFilter_And_OfArray


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:avs

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

Syntax

void avs::AvsFilter_And_OfArray
(
	const atl::Array<bool>& inBoolArray,
	bool& outValue
)

Parameters

Name Type Default Description
inBoolArray const Array<bool>&
outValue bool&

Description

Array version of AvsFilter_And.

See Also

  • AvsFilter_And – Returns True if (and only if) all arguments are True.