Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
Loading...
Searching...
No Matches
Namespaces | Functions
utils.hpp File Reference
#include <cstdio>
#include <string>
#include <string_view>
#include <type_traits>
#include <typeinfo>
Include dependency graph for utils.hpp:

Go to the source code of this file.

Namespaces

namespace  Easys
 

Functions

template<typename... Ts>
void Easys::checkComponentTraits (bool verbose=false)
 Validates component types for ECS (Entity Component System) compatibility and performance.