MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / operator()

Method operator()

src/engine_base.h:221–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

KeyMethod · 0.80

Tested by

no test coverage detected