MCPcopy Create free account
hub / github.com/adriancable/eternal / DoDelete

Method DoDelete

doom/src/tarray.h:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 void DoDelete (unsigned int first, unsigned int last)
428 {
429 assert (last != ~0u);
430 for (unsigned int i = first; i <= last; ++i)
431 {
432 Array[i].~T();
433 }
434 }
435};
436
437// TDeletingArray -----------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected