System::SmartPtr::operator bool метод

SmartPtr::operator bool method

Проверяет, что указатель не равен null.

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

ReturnValue

False если указатель равен null, иначе true.

См. также