Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::utils::ArithmeticTrait Concept Reference

#include <common_traits.hpp>

Concept definition

template<typename T>
concept helios::utils::ArithmeticTrait = std::integral<T> || std::floating_point<T>

Detailed Description

Definition at line 28 of file common_traits.hpp.