System::WeakPtr::operator== メソッド

WeakPtr::operator== method

弱ポインタが null かどうかを確認します。

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

ReturnValue

弱ポインタが null の場合は true、そうでない場合は false です。

参照