OP , , .
-, / , user3528438.
, ( CAN), : "" struct, uint_or_whatever_t -/operator, . union struct .
! ! , ( ) struct union, , / .
, " ", , "" : , , , /. , C, bitmanip - , - , , cruft , .
.
class CanPriority {
uint32_t m_raw;
public:
uint8_t get() const { }
};
class CanReserved {
uint32_t m_raw;
public:
uint8_t get() const { }
};
union CanId {
CanPriority priority;
CanReserved reserved;
};
fwiw, - , , template , , - -O3 -flto.