System::Collections::Generic::SortedSet::SortedSet constructor
Contents
[
Hide
]SortedSet::SortedSet() constructor
RTTI information.
System::Collections::Generic::SortedSet<T>::SortedSet()
Remarks
Creates empty set.
See Also
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedSet::SortedSet(const SharedPtr<IComparer<T>>&) constructor
Creates empty set that uses the specified equality comparer.
System::Collections::Generic::SortedSet<T>::SortedSet(const SharedPtr<IComparer<T>> &comparer)
Parameter | Type | Description |
---|---|---|
comparer | const SharedPtr<IComparer<T>>& | Comparer object to associate with SortedSet. |
See Also
- Typedef SharedPtr
- Class IComparer
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedSet::SortedSet(const SharedPtr<IEnumerable<T>>&) constructor
Creates SortedSet based on enumerable values.
System::Collections::Generic::SortedSet<T>::SortedSet(const SharedPtr<IEnumerable<T>> &items)
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedSet::SortedSet(int) constructor
Creates empty set with specified capacity.
System::Collections::Generic::SortedSet<T>::SortedSet(int capacity)
See Also
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++