- Test:
- cover an easy to use queue, built as convenience wrapper on top of
std::deque
and allowing element retrieval by iteration.
- iterable according to the Lumiera Forward Iterator concept
- can enqueue and dequeue elements repeatedly
- can be loaded through an generic builder API.
- See also
- IterExplorer
-
IterAdapter
Definition at line 60 of file iter-queue-test.cpp.
The documentation for this class was generated from the following file: