طريقة 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++