AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::MemoryIOCompatible Concept Reference

A trait for types that are compatible in how they are read and written to memory. More...

#include <concepts.hpp>

Concept definition

template<typename T, typename U>
A trait for types that are compatible in how they are read and written to memory.
Definition concepts.hpp:80
static constexpr bool value
Definition concepts.hpp:68

Detailed Description

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.