46 template <IThreeWayComparer<T> COMPARER = compare_three_way>
52 template <IThreeWayComparer<T> COMPARER = compare_three_way>
60 template <IThreeWayComparer<T> COMPARER>
65 template <IThreeWayComparer<T> COMPARER>
67 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
70#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
73 this->
AddAll (forward<ITERABLE_OF_ADDABLE> (src));
74 AssertRepValidType_ ();
78 template <IThreeWayComparer<T> COMPARER, IIterableOfTo<T> ITERABLE_OF_ADDABLE>
80 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
82 template <IThreeWayComparer<T> COMPARER, IInputIterator<T> ITERATOR_OF_ADDABLE>
92 using IImplRepBase_ = Private::SkipListBasedContainerIRep<typename
SortedCollection<T>::_IRep>;
93 template <qCompilerAndStdLib_ConstraintDiffersInTemplateRedeclaration_BWA (Common::IThreeWayComparer<T>) COMPARER>
97 nonvirtual
void AssertRepValidType_ () const;