Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Array Composition » JoinArrays_OfLoop

JoinArrays_OfLoop


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

Joins arrays appearing in consecutive iterations.

Syntax

void avl::JoinArrays_OfLoop
(
	const atl::Array<T>& inArray,
	atl::Array<Type>& outJoinedArray
)

Parameters

Name Type Default Description
Input value inArray const Array<T>& Array to be joined
Output value outJoinedArray Array<Type>& Joined array