guys, I'm still a bit confused on the whole byte array thing. Let's say I wanted a 256-bit byte array, do I do something like unsigned char[64] bytes;?
according to the standard, it does work on full byte bools
olli
No
olli
Link?
BinaryByter
lemme open my pdf wiever and screenshot it
olli
http://eel.is/c++draft/vector.bool
BinaryByter
BinaryByter
of type bool
olli
http://eel.is/c++draft/vector.bool#3
BinaryByter
which implies a full byte size
olli
```
There is no requirement that the data be stored as a contiguous allocation of bool values. A space-optimized representation of bits is recommended instead.