System::WeakPtr::operator== method

WeakPtr::operator== method

Checks if weak pointer is null.

bool System::WeakPtr<T>::operator==(std::nullptr_t) const

ReturnValue

True if weak pointer is null and false otherwise.

See Also