Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Array Basics » FisFilter_TestArrayWithNils
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: | fis |
Module: | FoundationLite |
Tests whether an array contains Nil elements.
Syntax
void fis::FisFilter_TestArrayWithNils ( const ftl::Array< typename ftl::ToConditionalType<Type>::Type >& inArray, bool& outIsWithNils )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray | const Array< typename ToConditionalType<Type>::Type >& | Input array | |
![]() |
outIsWithNils | bool& | Whether the array contains Nils |