#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Common/Compare.h"
#include "Stroika/Foundation/Containers/Common.h"
#include "Stroika/Foundation/Traversal/Iterable.h"
#include "Queue.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Containers::Queue< T > |
A Queue is a first-in-first-out (FIFO) data structure, where elements are arranged in well-ordered fashion, from HEAD to TAIL. More... | |
class | Stroika::Foundation::Containers::Queue< T >::_IRep |
Implementation detail for Queue<T> implementors. More... | |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Containers |