Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Array Transforms » RemoveDuplicates

RemoveDuplicates


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 repeated elements from array.

Syntax

void fil::RemoveDuplicates
(
	const ftl::Array<Type>& inArray,
	ftl::Array<Type>& outArray
)

Parameters

Name Type Default Description
Input value
inArray const Array<Type>&
Output value
outArray Array<Type>&

Errors

List of possible exceptions:

Error type Description
DomainError Input array is exactly the same as the output array