System::SmartPtr::get_shared 方法

SmartPtr::get_shared method

获取指向的对象,但断言指针处于共享模式。

Pointee_ * System::SmartPtr<T>::get_shared() const

ReturnValue

指向被引用对象的原始指针。

另见