43 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
46#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
49 this->
AddAll (forward<ITERABLE_OF_ADDABLE> (src));
50 AssertRepValidType_ ();
54 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
66 nonvirtual
void AssertRepValidType_ ()
const;