System::DynamicWeakPtr::operator== 方法

DynamicWeakPtr::operator== method

检查智能指针是否为 null。

bool System::DynamicWeakPtr<T, trunkMode, weakLeafs>::operator==(std::nullptr_t) const

ReturnValue

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

另见