![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
▼Ngalaxy | Timer.hpp galaxy |
▼Nmath | |
Rvalid_fnv_bits | Concept to enforce fnv bit types |
▼Nmeta | |
Ris_class | Only class concept |
Rnot_memory | Concept to restrict templates to not pointers and not references |
Ris_arithmetic | Arithmetic concept |
Rstandard_type | Ensures a type is arithmetic or a std::string |
Ris_object | Tests for a type being a class, union, array, scalar or integral constant |
Ris_bitset_flag | Makes sure a value is a valid value for a std::bitset |
Rvalid_component | Makes sure a type is a valid component |
Ris_loader | Ensures that the provided loader has an operator() that returns a shared pointer |
Ris_system | Concept to ensure a system is actually derived from a System |