System::SmartPtr::operator-> 方法
SmartPtr::operator-> method
允许访问被引用对象的成员。
Pointee_ * System::SmartPtr<T>::operator->() const
ReturnValue
指向被引用对象的原始指针。
另见
- Typedef Pointee_
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++
允许访问被引用对象的成员。
Pointee_ * System::SmartPtr<T>::operator->() const
指向被引用对象的原始指针。