nw::ut::SharedPtr::operator bool Member Function
Syntax
operator bool() const;
Arguments
None.
Return Values
Returns false if the object being referenced is NULL; otherwise, returns true.
Description
Gets whether the object being referenced is NULL.
CONFIDENTIAL