System::SmartPtr::IsShared method

SmartPtr::IsShared method

Checks if pointer is in shared mode.

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

ReturnValue

True if pointer is in shared mode, false otherwise.

See Also