MCPcopy Create free account
hub / github.com/Norbyte/ositools / Remove

Method Remove

OsiInterface/DivBaseTypes.h:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 void Remove(uint32_t index)
291 {
292 for (auto i = index + 1; i < Size; i++) {
293 Buf[index] = Buf[index + 1];
294 }
295
296 Size--;
297 }
298 };
299
300 struct ObjectHandle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected