Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Array Basics » AvsFilter_TestArrayWithoutNils
AvsFilter_TestArrayWithoutNils
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 |
Tests whether an array does not contain Nil elements.
Syntax
void avs::AvsFilter_TestArrayWithoutNils ( const atl::Array< typename atl::ToConditionalType<Type>::Type >& inArray, bool& outIsWithoutNils )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
inArray | const Array< typename ToConditionalType<Type>::Type >& | Input array | ||
outIsWithoutNils | bool& | Whether the array does not contain Nils |