Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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

Removes repeated elements from array.

Syntax

void avl::RemoveDuplicates
(
	const atl::Array<Type>& inArray,
	atl::Array<Type>& outArray
)

Parameters

Name Type Default Description
inArray const Array<Type>&
outArray Array<Type>&

Errors

List of possible exceptions:

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