Back to Aurora Vision Library Lite website

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

ArrayIndices


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: avl

Creates an array of element indices, i.e. {0, 1, 2, ..., N-1}, where N is the length of the input array.

Syntax

void avl::ArrayIndices
(
	const atl::Array<Type>& inArray,
	atl::Array<int>& outArray
)

Parameters

Name Type Default Description
Input value inArray const Array<Type>&
Output value outArray Array<int>& Array indices