AsmGrader 0.0.0
|
#include <asmgrader/common/byte_vector.hpp>
#include <asmgrader/common/error_types.hpp>
#include <asmgrader/subprocess/memory/non_terminated_str.hpp>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <string>
#include <string_view>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | asmgrader |
namespace | asmgrader::detail |
Concepts | |
concept | asmgrader::MemoryReadSupported |
concept | asmgrader::MemoryWriteSupported |
concept | asmgrader::MemoryRWSupported |
concept | asmgrader::detail::CharLike |
concept | asmgrader::MemoryIOCompatible |
A trait for types that are compatible in how they are read and written to memory. | |