![]()
|
Top: Basic types: variant: Utilities
void clear(variant&) clears the variant and sets its state to unassigned (null). int vartype(const variant&) returns the type of a variant, which can be compared with one of the VAR_XXX constants. bool isXXX(const variant&) this group of inlined functions is provided to check whether the variant is of particular type. See also: Assignments and typecasts, Arrays, Object references PTypes home |