4#ifndef _Stroika_Foundation_Containers_Concrete_Queue_DoublyLinkedList_h_
5#define _Stroika_Foundation_Containers_Concrete_Queue_DoublyLinkedList_h_
7#include "Stroika/Foundation/StroikaPreComp.h"
43 template <IIterableOfTo<T> ITERABLE_OF_ADDABLE>
46#if qCompilerAndStdLib_RequiresNotMatchInlineOutOfLineForTemplateClassBeingDefined_Buggy
50 AssertRepValidType_ ();
54 template <IInputIterator<T> ITERATOR_OF_ADDABLE>
65 nonvirtual
void AssertRepValidType_ ()
const;
76#include "Queue_DoublyLinkedList.inl"
Queue_DoublyLinkedList<T> is an Array-based concrete implementation of the Queue<T> container pattern...
A Queue is a first-in-first-out (FIFO) data structure, where elements are arranged in well-ordered fa...
nonvirtual void AddAllToTail(ITERABLE_OF_ADDABLE &&s)
typename inherited::value_type value_type
nonvirtual CONTAINER_OF_T As(CONTAINER_OF_T_CONSTRUCTOR_ARGS... args) const
static constexpr default_sentinel_t end() noexcept
Support for ranged for, and STL syntax in general.