|
CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
|
Utility class to delete copy and move contructors. More...
#include <utils.hh>

Utility class to delete copy and move contructors.
Inherit from this if want to prevent your class from being accidentally copied. This is especially useful for classes used for MMIO as they must be instantiated at a specific address so copying is a bad idea.
The default no-argument constructor and destructor is provided.