Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Logic » AvsFilter_MergeAny
![](../../img/icon/OR.png)
AvsFilter_MergeAny
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) at least one value in the input array is True. Accepts conditional values.
Syntax
void avs::AvsFilter_MergeAny ( const atl::Array<atl::Conditional<bool>>& inBoolArray, bool inDefault, bool& outValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inBoolArray | const Array<Conditional<bool>>& | ||
![]() |
inDefault | bool | False | |
![]() |
outValue | bool& |