Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Assertions » AssertObjectNotNil
AssertObjectNotNil
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 |
Asserts that an object is not Nil.
Syntax
void avl::AssertObjectNotNil ( const typename atl::ToConditionalType<const Type&>::Type& inObject, const atl::String& inDescription )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inObject | const typename ToConditionalType<const Type&>::Type& | ||
![]() |
inDescription | const String& |

