operator bool()

SmartPtrInfo::operator bool() const method

Checks if info object points to non-null pointer.

System::SmartPtrInfo::operator bool() const

Return Value

True if info object points to the pointer and this pointer is not null, false otherwise.

See Also