operator!()

SmartPtr::operator!() const method

Checks if pointer is null.

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

Return Value

True if pointer is null, false otherwise.

See Also