48 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
51#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
55 this->
AddAll (forward<ITERABLE_OF_ADDABLE> (src));
56 AssertRepValidType_ ();
60 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
72 nonvirtual
void AssertRepValidType_ ()
const;