System::SmartPtr::get 方法

SmartPtr::get method

获取指向的对象。

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

ReturnValue

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

另见