Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Array Transforms » RemoveElementsFromArrayEnds

RemoveElementsFromArrayEnds


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

Removes all specified values from one or both ends of an array.

Syntax

void avl::RemoveElementsFromArrayEnds
(
	const atl::Array<Type>& inArray,
	const Type& inValue,
	avl::SequenceEnding::Type inSequenceEnding,
	atl::Array<Type>& outArray
)

Parameters

Name Type Default Description
Input value inArray const Array<Type>&
Input value inValue const Type&
Input value inSequenceEnding SequenceEnding::Type Determines whether the values will be removed from the beginning, the end or both ends of the array
Output value outArray Array<Type>&