System::SmartPtr::IsShared 方法

SmartPtr::IsShared method

检查指针是否处于共享模式。

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

ReturnValue

如果指针处于共享模式则为 true,否则为 false。

另见