|
AsmGrader 0.0.0
|
#include <byte.hpp>
Public Types | |
| using | UnderlyingT = decltype(::asmgrader::Byte::value) |
Public Member Functions | |
| constexpr auto | parse (fmt::format_parse_context &ctx) |
| constexpr auto | format (const ::asmgrader::Byte &from, fmt::format_context &ctx) const |
Public Member Functions inherited from asmgrader::DebugFormatter | |
| constexpr auto | parse (fmt::format_parse_context &ctx) |
Public Attributes | |
| fmt::formatter< UnderlyingT > | f |
| bool | empty_format_spec {} |
Public Attributes inherited from asmgrader::DebugFormatter | |
| bool | is_debug_format = false |
| using fmt::formatter<::asmgrader::Byte >::UnderlyingT = decltype(::asmgrader::Byte::value) |
|
inlineconstexpr |
|
inlineconstexpr |
| bool fmt::formatter<::asmgrader::Byte >::empty_format_spec {} |
| fmt::formatter<UnderlyingT> fmt::formatter<::asmgrader::Byte >::f |