Back to FabImage Library website
You are here: Start » Function Reference » Array Transforms » 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 |
Removes repeated elements from array.
Syntax
void fil::RemoveDuplicates ( const ftl::Array<Type>& inArray, ftl::Array<Type>& outArray )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input array is exactly the same as the output array |