|
xentara-utils v2.0.7
The Xentara Utility Library
|
A concept that represents an enum suitable as a flag. More...
#include <xentara/utils/core/Flags.hpp>
A concept that represents an enum suitable as a flag.
xentara::utils::core::Flags supports all scoped enums (enum class or enum struct) that have a value named kLastFlag. kLastFlag must be the value of the highest flag the enum supports.
| Enum | The enum type |