HikoGUI
A low latency retained GUI
|
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr value_type | operator* () const noexcept |
constexpr endian_buf_t & | operator= (value_type x) noexcept |
Data Fields | |
std::byte | _value [sizeof(T)] |
Static Public Attributes | |
static constexpr std::endian | endian = E |
static constexpr std::size_t | alignment = A |