operator==()

SmartPtr::operator==(std::nullptr_t) const method

Checks if pointer points to nullptr.

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

Return Value

True if pointer points to nullptr and false otherwise.

See Also