System::get_pointer 方法
System::get_pointer method
获取智能指针引用的对象。
template<class T> T * System::get_pointer(System::SmartPtr<T> const &x)
| 参数 | 描述 |
|---|---|
| T | 被指向的类型。 |
| 参数 | 类型 | 描述 |
|---|---|---|
| x | System::SmartPtr<T> const& | 源智能指针。 |
ReturnValue
传入的智能指针引用的对象的原始指针。
另见
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++