Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Array Basics » FisFilter_TestArrayNotEmpty

FisFilter_TestArrayNotEmpty


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 the size of an array does not equal zero.

Syntax

void fis::FisFilter_TestArrayNotEmpty
(
	const ftl::Array<Type>& inArray,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
Input value
inArray const Array<Type>& Input array
Output value
outIsNotEmpty bool& Whether the size of the array doesn't equal zero