Back to FabImage Library Lite website
You are here: Start » Common » TestObjectNotNil

TestObjectNotNil
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Produces 'True' if the input object is present or 'False' otherwise.
Syntax
void fil::TestObjectNotNil ( const typename ftl::ToConditionalType<const Type&>::Type& inObject, bool& outIsNotNil )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inObject | const typename ToConditionalType<const Type&>::Type& | Conditional object being inspected | |
![]() |
outIsNotNil | bool& | 'True' if the object exists, 'False' otherwise |