System::Collections::Generic::HashSetPtr 클래스
HashSetPtr class
HashSet 참조를 유지하는 포인터입니다. 이 타입은 다른 객체의 삭제를 관리하는 포인터이며, 스택에 할당하고 값 또는 const 참조로 함수에 전달해야 합니다.
template<typename T>class HashSetPtr : public System::SmartPtr<HashSet<T>>
메서드
| 메서드 | 설명 |
|---|---|
| HashSetPtr() | 널 포인터 생성자. |
| HashSetPtr(const SharedPtr<HashSet<T>>&) | 복사 생성자. |
또 보기
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++