|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
#include <ice/concept/enum_bools.hxx>
Static Public Attributes | |
| static constexpr bool | IsEnabled = std::is_enum_v<T> && (sizeof(T) == 1) |
|
staticconstexpr |