System::SmartPtr::operator bool 메서드

SmartPtr::operator bool method

포인터가 null이 아닌지 확인합니다.

System::SmartPtr<T>::operator bool() const noexcept

ReturnValue

포인터가 null이면 false, 그렇지 않으면 true.

또 보기