Variant
type() [Variant class]
Return the type of the Variant
. See Variant::Type for a list of valid types. There are also accessors to check for a specific type such as isInt()
.
// PROTOTYPE
Type type() const;
Return the type of the Variant
. See Variant::Type for a list of valid types. There are also accessors to check for a specific type such as isInt()
.
// PROTOTYPE
Type type() const;