System::SmartPtr::operator-> 方法

SmartPtr::operator-> method

允许访问被引用对象的成员。

Pointee_ * System::SmartPtr<T>::operator->() const

ReturnValue

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

另见