Template Class BigEndian

Class Documentation

template<typename T>
class BE::BigEndian

Public Functions

BigEndian() = default
BigEndian &operator=(const T &other)
BigEndian &operator=(const std::array<std::uint8_t, sizeof(T)> &other)
std::array<std::uint8_t, sizeof(T)> &regs()
T value() const
std::uint8_t &operator[](int index) const
operator T() const