Back to Aurora Vision Library website

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

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

Returns True if (and only if) the number of True values in the input array is odd.

Syntax

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

Parameters

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

Description

Array version of AvsFilter_Xor.

See Also

  • AvsFilter_Xor – Returns True if (and only if) the number of True input values is odd.