operator!()

SmartPtrInfo::operator!() const method

Checks if info object does not point to non-null pointer.

bool System::SmartPtrInfo::operator!() const

Return Value

False if info object doesn’t point to any pointer or if referenced pointer is null, true otherwise.

See Also