operator==()

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

Checks if smart pointer is null.

bool System::DynamicWeakPtr<T, trunkMode, weakLeafs>::operator==(std::nullptr_t) const

Return Value

True if smart pointer is null and false otherwise.

See Also