100 template <ITotallyOrderingComparer<T> COMPARER>
106 template <ITotallyOrderingComparer<T> COMPARER>
108 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
115 _AssertRepValidType ();
119 template <ITotallyOrderingComparer<T> COMPARER, IIterableOfTo<T> ITERABLE_OF_ADDABLE>
121 template <IInputIterator<T> ITERATOR_OF_ADDABLE, sentinel_for<remove_cvref_t<ITERATOR_OF_ADDABLE>> ITERATOR_OF_ADDABLE2>
124 template <ITotallyOrderingComparer<T> COMPARER, IInputIterator<T> ITERATOR_OF_ADDABLE>
129 explicit SortedSet (
const shared_ptr<_IRep>&
src)
noexcept;
165 template <
typename RESULT_CONTAINER = SortedSet<T>, invocable<T> ELEMENT_MAPPER>
173 template <derived_from<Iterable<T>> RESULT_CONTAINER = SortedSet<T>, predicate<T> INCLUDE_PREDICATE>
179 template <
typename T2>
185 template <
typename T2>
186 using _SafeReadWriteRepAccessor =
typename inherited::template _SafeReadWriteRepAccessor<T2>;
189 nonvirtual
void _AssertRepValidType ()
const;