A C++ data-oriented registry with compile-time type mapping and cache-efficient handle-based storage.
Based on the provided code snippet, this is a C++ header file for a data-oriented registry system that uses compile-time type mapping via a `LinearTable` of `Entry` types. It defines a `lookup` metafunction to resolve ty…