MT Core (C++)
Core library for replacing C++ standard in project usage
|
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. | |