Back to Aurora Vision 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: avl
Module: FoundationLite

Removes repeated elements from array.

Syntax

void avl::RemoveDuplicates
(
	const atl::Array<Type>& inArray,
	atl::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