Back to Aurora Vision Library website

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

AvsFilter_TestArrayWithNilsOnly


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
Module: FoundationLite

Tests whether an array contains no other elements than Nils.

Syntax

void avs::AvsFilter_TestArrayWithNilsOnly
(
	const atl::Array< typename atl::ToConditionalType<Type>::Type >& inArray,
	bool& outIsWithNilsOnly
)

Parameters

Name Type Default Description
Input value inArray const Array< typename ToConditionalType<Type>::Type >& Input array
Output value outIsWithNilsOnly bool& Whether the array contains no other elements than Nils