47 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
50#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
53 this->
AppendAll (forward<ITERABLE_OF_ADDABLE> (src));
54 AssertRepValidType_ ();
58 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
71 nonvirtual
void AssertRepValidType_ ()
const;