class
component_key_tContainer type for unique component types. These should be construced using the component_key_t::
helper function.
Internally contains the component type's stringified name, and the hash. Both are generated at compile time using the psl::
helper function.
static member functions
Function documentation
template<typename T>
static auto psl:: ecs:: details:: component_key_t:: generate() noexcept -> component_key_t constexpr
Brief
Generates a component_
based on the given type in a cross platform safe manner.