System::SmartPtr::operator== method

SmartPtr::operator== method

Checks if pointer points to nullptr.

bool System::SmartPtr<T>::operator==(std::nullptr_t) const

ReturnValue

True if pointer points to nullptr and false otherwise.

See Also