IceShard
1
A personal game engine project, with development focused on 2D/2.5D games.
Toggle main menu visibility
Loading...
Searching...
No Matches
ice
math
concepts
is_arithmetic
ice::math::concepts::is_arithmetic Concept Reference
#include <
ice/math/algorithm.hxx
>
Concept definition
template
<
typename
... Args>
concept
is_arithmetic
=
requires
{
(... && std::is_arithmetic_v<Args>);
}
ice::math::concepts::is_arithmetic
Definition
algorithm.hxx:14
Generated by
1.18.0