Back to Adaptive Vision Library website
You are here: Start » Function Reference » Assertions » AssertArraySizeEqualTo
AssertArraySizeEqualTo
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Asserts that an array has expected size.
Syntax
void avl::AssertArraySizeEqualTo ( const atl::Array<Type>& inArray, const int inReferenceSize, const atl::String& inDescription )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inArray | const Array<Type>& | |||
![]() |
inReferenceSize | const int | 0 - ![]() |
||
![]() |
inDescription | const String& |


