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