You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've still got plenty of time, but std::byte could be a pretty convenient way to initialize a gray_code by just stealing its bits. It may be better than the current two-phase initialization with gray_code<unsigned> g; g.value = 0b01101;.
Too bad it's only one byte and note an arbitrary number of bits though.
The text was updated successfully, but these errors were encountered:
We've still got plenty of time, but
std::byte
could be a pretty convenient way to initialize agray_code
by just stealing its bits. It may be better than the current two-phase initialization withgray_code<unsigned> g; g.value = 0b01101;
.Too bad it's only one byte and note an arbitrary number of bits though.
The text was updated successfully, but these errors were encountered: