System::WeakPtr::operator== method

WeakPtr::operator== method

Zayıf işaretçinin null olup olmadığını kontrol eder.

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

ReturnValue

Zayıf işaretçi null ise doğru, aksi takdirde yanlıştır.

Ayrıca Bakınız