طريقة System::SmartPtr::RemoveAliasing
SmartPtr::RemoveAliasing method
يزيل الـ aliasing (الذي تم إنشاؤه بواسطة مُنشئ aliasing) من المؤشر، ويتأكد من أنه يدير (إذا كان مشتركًا) أو يتتبع (إذا كان ضعيفًا) نفس الكائن الذي يشير إليه.
SmartPtr_ System::SmartPtr<T>::RemoveAliasing() const
ReturnValue
المؤشر إلى نفس الكائن الذي يشير إليه هذا المؤشر والذي يعتني بعمر الكائن نفسه.
انظر أيضًا
- Typedef SmartPtr_
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++