System::SmartPtrInfo::SmartPtrInfo yapıcı
SmartPtrInfo::SmartPtrInfo() constructor
Boş bir SmartPtrInfo nesnesi oluşturur.
System::SmartPtrInfo::SmartPtrInfo()
Ayrıca Bakınız
- Class SmartPtrInfo
- Namespace System
- Library Aspose.Font for C++
SmartPtrInfo::SmartPtrInfo(const SmartPtr<T>&) constructor
Belirli bir akıllı işaretçi hakkında bilgi içeren bir SmartPtrInfo nesnesi oluşturur.
template<typename T> System::SmartPtrInfo::SmartPtrInfo(const SmartPtr<T> &ptr)
| Parametre | Açıklama |
|---|---|
| T | İşaret edilen tip. |
| Parametre | Tür | Açıklama |
|---|---|---|
| ptr | const SmartPtr<T>& | Bilgi oluşturulacak akıllı işaretçi. |
Ayrıca Bakınız
- Class SmartPtr
- Class SmartPtrInfo
- Namespace System
- Library Aspose.Font for C++