Function CSPVariant::IsEmpty()
Description:
Checkes whether a value is contained, or the variant is empty.
 |
Prototype:
bool IsEmpty() const;
Arguments:
No arguments (void).
Return value:
If the variant is empty, it returns true. Otherwise, it returns false.
See also:
member functions Clear(), IsNull()
|
|