طريقة System::SmartPtr::static_pointer_cast
SmartPtr::static_pointer_cast method
يحوّل المؤشر إلى نوع مختلف باستخدام static_cast على الكائن المشار إليه.
template<class Y> SmartPtr<Y> System::SmartPtr<T>::static_pointer_cast() const
| معامل | الوصف |
|---|---|
| Y | نوع الهدف للكائن المشار إليه. |
ReturnValue
مؤشر من نوع متغيّر يكون دائمًا في وضع المشاركة.
انظر أيضًا
- Class SmartPtr
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++