System::Collections::Generic::SortedSetPtr クラス

SortedSetPtr class

SortedSet への参照を保持するポインタです。この型は他のオブジェクトの削除を管理するポインタです。スタック上に割り当て、値渡しまたは const 参照で関数に渡すべきです。

template<typename T>class SortedSetPtr : public System::SmartPtr<SortedSet<T>>

メソッド

メソッド説明
SortedSetPtr()ヌルポインタコンストラクタです。
SortedSetPtr(const SharedPtr<SortedSet<T>>&)コピーコンストラクタ。

参照