Concept for enums that have opted into flag operators. More...
#include <idfxx_core/include/idfxx/flags.hpp>
Concept for enums that have opted into flag operators.
An enum satisfies this concept if it's a scoped enum and enable_flags_operators<E> is specialized to true.
enable_flags_operators<E>
true
Definition at line 67 of file flags.hpp.