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