operator==()

WeakPtr::operator==(std::nullptr_t) const method

Checks if weak pointer is null.

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

Return Value

True if weak pointer is null and false otherwise.

See Also