| 219 | /** Projection to get a unique key of an EngineIDMapping, used for sorting in EngineOverrideManager. */ |
| 220 | struct EngineIDMappingKeyProjection { |
| 221 | inline uint64_t operator()(const EngineIDMapping &eid) const { return eid.Key(); } |
| 222 | }; |
| 223 | |
| 224 | /** |