Cast `size_t[]` to `char *` without C-style casting or `reinterpret_cast`

后端 未结 0 1545
旧巷少年郎
旧巷少年郎 2021-01-03 17:21

In order to count the set bits in a size_t[n], I\'ve created a LUT[256] with pre-calculated number of set bits per a single byte.

To use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题