Back to Adaptive Vision Library website
You are here: Start » Function Reference » Array Basics » AvsFilter_TestArrayNotEmpty
AvsFilter_TestArrayNotEmpty
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Tests whether the size of an array does not equal zero.
Syntax
void avs::AvsFilter_TestArrayNotEmpty ( const atl::Array<Type>& inArray, bool& outIsNotEmpty )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArray | const Array<Type>& | Input array | |
![]() |
outIsNotEmpty | bool& | Whether the size of the array doesn't equal zero |


