Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Array Transforms » 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: | fil |
Module: | FoundationLite |
Removes all specified values from one or both ends of an array.
Syntax
void fil::RemoveElementsFromArrayEnds ( const ftl::Array<Type>& inArray, const Type& inValue, fil::SequenceEnding::Type inSequenceEnding, ftl::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>& |