System::Collections::Generic::SortedSetPtr 类
SortedSetPtr class
指针用于保持 SortedSet 引用。此类型是用于管理其他对象删除的指针。它应在栈上分配,并以值或 const 引用的方式传递给函数。
template<typename T>class SortedSetPtr : public System::SmartPtr<T0>
方法
| 方法 | 描述 |
|---|---|
| SortedSetPtr() | 空指针构造函数。 |
| SortedSetPtr(const SharedPtr<SortedSet<T>>&) | 拷贝构造函数。 |
另见
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++