6namespace Stroika::Foundation::Containers::Factory {
34 return AccessDefault_ ();
39 return this->fFactory_ ();
Queue_DoublyLinkedList<T> is an Array-based concrete implementation of the Queue<T> container pattern...
Singleton factory object - Used to create the default backend implementation of a Queue<> container; ...
constexpr Queue_Factory()
A Queue is a first-in-first-out (FIFO) data structure, where elements are arranged in well-ordered fa...