Back to Adaptive Vision Library website
You are here: Start » Function Reference » Array Transforms » RemoveNils_Fast
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 all Nil elements from an array.
Syntax
void avl::RemoveNils_Fast ( const atl::Array< typename atl::ToConditionalType<Type>::Type >& inArray, atl::Array<Type>& outArray )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArray | const Array< typename ToConditionalType<Type>::Type >& | Input array | |
![]() |
outArray | Array<Type>& | Output array |


