mn_binaryqueue.hpp File Reference
#include "mn_queue.hpp"
Go to the source code of this file.
Classes | |
class | mn::queue::basic_binaryqueue |
Binary queue with overwrite. This queue can only hold one item. If sucessive Enqueue operations are called, that item is overwritten with whatever the last item was. More... | |
Namespaces | |
mn | |
mn::queue | |
Typedefs | |
using | mn::queue::binaryqueue_t = basic_binaryqueue |