System::WeakPtr::operator== 方法

WeakPtr::operator== method

检查弱指针是否为 null。

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

ReturnValue

如果弱指针为 null 则为 true,否则为 false。

另见