Back to FabImage 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: fil
Module: FoundationLite

Joins arrays appearing in consecutive iterations.

Syntax

void fil::JoinArrays_OfLoop
(
	const ftl::Array<T>& inArray,
	ftl::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