Back to Adaptive Vision Library website

You are here: Start » Function Reference » Array Basics » FindLast

FindLast


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Finds last location of a given value in the input array.

Syntax

void avl::FindLast
(
	const atl::Array<Type>& inArray,
	const Type& inValue,
	atl::Conditional<int>& outIndex
)

Parameters

Name Type Default Description
inArray const Array<Type>& Input array
inValue const Type& Value to look for
outIndex Conditional<int>& Index of the last value occurrence in the array