Back to Adaptive 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
inArray const Array<Type>&
inValue const Type&
inSequenceEnding SequenceEnding::Type Determines whether the values will be removed from the beginning, the end or both ends of the array
outArray Array<Type>&