System::SmartPtr::operator! method

SmartPtr::operator! method

Checks if pointer is null.

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

ReturnValue

True if pointer is null, false otherwise.

See Also