IceShard
1
A personal game engine project, with development focused on 2D/2.5D games.
Toggle main menu visibility
Loading...
Searching...
No Matches
ice
concepts
EnumOrIntegral
ice::concepts::EnumOrIntegral Concept Reference
#include <
ice/utility.hxx
>
Concept definition
template
<
typename
T>
concept
EnumOrIntegral
= std::is_enum_v<T>
or (std::is_arithmetic_v<T> && not std::is_floating_point_v<T>)
ice::concepts::EnumOrIntegral
Definition
utility.hxx:111
Generated by
1.18.0