A better bitset for enum flags
Permanent link:
cppdashboard.dev/r/2026/08/a-better-bitset-for-enum-flagsThoughts both confusing and enlightening. Thoughts both confusing and enlightening. TL;DR: using enum for bitflags is poor, but it’s what we’re likely to end up with.
From the article
Thoughts both confusing and enlightening.
Thoughts both confusing and enlightening.
TL;DR: using enum for bitflags is poor, but it’s what we’re likely to end up with.
Share this resource