Function CSPVariant::operator bool()
Description:
Extracts the bool value contained, performing any possible conversion if necessary. Same as GetBool().
 |
Prototype:
operator bool() const;
Arguments:
No arguments (void).
Return value:
Returns the boolean value contained.
|
|