Empty

Checks if the list is empty.

Syntax

Copied!

adlx_bool    Empty ()

Parameters

N/A

Return Value

If the list is empty, true is returned.

If the list is not empty, false is returned.

Remarks

If the list has no interfaces, then Size will return zero, and Empty will return true.

Requirements

Header

include “ADLXDefines.h”

Minimum version

1.0