P4313R0 — Bitmask operations for enums
Iliya Guterman, Anthony Williams
LEWG
As a developer coming from languages other than C++, I grew accustomed to using enums to represent flags. However, such behavior is noticeably absent from the C++ language.