System::SmartPtrInfo::SmartPtrInfo constructor
SmartPtrInfo::SmartPtrInfo() constructor
Creates empty SmartPtrInfo object.
System::SmartPtrInfo::SmartPtrInfo()
See Also
- Class SmartPtrInfo
- Namespace System
- Library Aspose.Page for C++
SmartPtrInfo::SmartPtrInfo(const SmartPtr<T>&) constructor
Creates SmartPtrInfo object with information on specific smart pointer.
template<typename T> System::SmartPtrInfo::SmartPtrInfo(const SmartPtr<T> &ptr)
Parameter | Description |
---|---|
T | Pointee type. |
Parameter | Type | Description |
---|---|---|
ptr | const SmartPtr<T>& | Smart pointer to create info for. |
See Also
- Class SmartPtr
- Class SmartPtrInfo
- Namespace System
- Library Aspose.Page for C++