System::SmartPtr::IsWeak method

SmartPtr::IsWeak method

Checks if pointer is in weak mode.

bool System::SmartPtr<T>::IsWeak() const

ReturnValue

True if pointer is in weak mode, false otherwise.

See Also