XLL+ Class Library

COper::operator bool

Returns a boolean value

[C++]
operator bool() const;

Return value

This function returns the value of a boolean contained in a COper, and tries to convert it to a boolean if the COper contains any other data type.

If the COper is missing or empty then the function returns false.

Requirements

Header: xllplus.h

See Also

COper Class | COper Methods