IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
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>);
}
Definition algorithm.hxx:14