Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Array Basics » AvsFilter_TestArraySizeEqualTo

AvsFilter_TestArraySizeEqualTo


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 the size of an array equals the given value.

Syntax

void avs::AvsFilter_TestArraySizeEqualTo
(
	const atl::Array<Type>& inArray,
	const int inReferenceSize,
	bool& outIsEqual
)

Parameters

Name Type Range Default Description
Input value inArray const Array<Type>& Input array
Input value inReferenceSize const int 0 - Value to check
Output value outIsEqual bool& Whether the size of the array equals given value