System::Collections::Generic::SortedSetPtr class

SortedSetPtr class

Pointer to keep SortedSet references. This type is a pointer to manage other object’s deletion. It should be allocated on stack and passed to functions either by value or by const reference.

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

Methods

MethodDescription
SortedSetPtr()Null pointer constructor.
SortedSetPtr(const SharedPtr<SortedSet<T>>&)Copy constructor.

See Also