System::SmartPtr::operator bool methode

SmartPtr::operator bool method

Controleert of de pointer niet null is.

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

ReturnValue

Onwaar als pointer null is, anders waar.

Zie ook