System::Collections::Generic::SortedSet::SortedSet конструктор
Содержание
[
Скрывать
]SortedSet::SortedSet() constructor
Информация RTTI.
System::Collections::Generic::SortedSet<T>::SortedSet()
Примечания
Создаёт пустое множество.
См. также
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
SortedSet::SortedSet(const SharedPtr<IComparer<T>>&) constructor
Создаёт пустое множество, использующее указанный компаратор равенства.
System::Collections::Generic::SortedSet<T>::SortedSet(const SharedPtr<IComparer<T>> &comparer)
| Параметр | Тип | Описание |
|---|---|---|
| comparer | const SharedPtr<IComparer<T>>& | Comparer объект для связывания с SortedSet. |
См. также
- Typedef SharedPtr
- Class IComparer
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
SortedSet::SortedSet(const SharedPtr<IEnumerable<T>>&) constructor
Создаёт SortedSet на основе перечислимых значений.
System::Collections::Generic::SortedSet<T>::SortedSet(const SharedPtr<IEnumerable<T>> &items)
См. также
- Typedef SharedPtr
- Class IEnumerable
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
SortedSet::SortedSet(int) constructor
Создаёт пустое множество с указанной ёмкостью.
System::Collections::Generic::SortedSet<T>::SortedSet(int capacity)
См. также
- Class SortedSet
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++