51 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
54#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
57 this->
AppendAll (forward<ITERABLE_OF_ADDABLE> (src));
58 AssertRepValidType_ ();
62 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
75 nonvirtual
void AssertRepValidType_ ()
const;