AsmGrader 0.0.0
|
A trait for types that are compatible in how they are read and written to memory. More...
#include <concepts.hpp>
A trait for types that are compatible in how they are read and written to memory.
Permits for niceties like passing a std::string
to an AsmFunction that accepts a const char*
parameter.