MCPcopy Create free account
hub / github.com/Nelarius/imnodes / ImObjectPool

Method ImObjectPool

imnodes_internal.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 ImGuiStorage IdMap;
88
89 ImObjectPool() : Pool(), InUse(), FreeList(), IdMap() {}
90};
91
92// Emulates std::optional<int> using the sentinel value `INVALID_INDEX`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected