AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::MemoryIOSerde< T > Struct Template Reference

Example class implementation: More...

Detailed Description

template<typename T>
struct asmgrader::MemoryIOSerde< T >

Example class implementation:

struct TraceeMemoryTypedIO<Type> { public: static Result<T> read(std::uintptr_t address, TraceeMemory& mio); static ByteVector to_bytes(const T& data); };


The documentation for this struct was generated from the following files: