galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123]
 NgalaxyTimer.hpp galaxy
 Nmath
 Rvalid_fnv_bitsConcept to enforce fnv bit types
 Nmeta
 Ris_classOnly class concept
 Rnot_memoryConcept to restrict templates to not pointers and not references
 Ris_arithmeticArithmetic concept
 Rstandard_typeEnsures a type is arithmetic or a std::string
 Ris_objectTests for a type being a class, union, array, scalar or integral constant
 Ris_bitset_flagMakes sure a value is a valid value for a std::bitset
 Rvalid_componentMakes sure a type is a valid component
 Ris_loaderEnsures that the provided loader has an operator() that returns a shared pointer
 Ris_systemConcept to ensure a system is actually derived from a System