50 Queue_Array (
const initializer_list<value_type>& src);
51 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
52 requires (not derived_from<remove_cvref_t<ITERABLE_OF_ADDABLE>,
Queue_Array<T>>)
54#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
61 AssertRepValidType_ ();
65 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
66 Queue_Array (ITERATOR_OF_ADDABLE&& start, ITERATOR_OF_ADDABLE&&
end);
78 nonvirtual
void AssertRepValidType_ ()
const;