47 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
48 requires (not derived_from<remove_cvref_t<ITERABLE_OF_ADDABLE>,
Sequence_Array<T>>)
50#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
56 this->
AppendAll (forward<ITERABLE_OF_ADDABLE> (src));
57 AssertRepValidType_ ();
61 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
74 nonvirtual
void AssertRepValidType_ ()
const;