Variant.isEmpty

This determines whether the Variant has an assigned value or not. It is simply short-hand for calling the isA member with a type of void.

struct Variant
@property
bool
isEmpty
()

Return Value

Type: bool

true if the Variant does not contain a value, false otherwise.

Meta