MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
queue.hpp File Reference
#include "mtcore/core.hpp"
#include "ring_buffer.hpp"
Include dependency graph for queue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mtcore::Queue< T >
 FIFO Queue (First In, First Out) Dynamically allocated, can be resized. More...
 
struct  mtcore::FixedQueue< T, Capacity >
 Statically allocated FIFO queue with fixed maximum capacity. More...
 

Namespaces

namespace  mtcore
 Core library for C++ with Zig-related functionality.