MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / erase

Method erase

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1956–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954 iterator insert(iterator it, const T& value) { return iterator(this, InsertBefore(it.m_pItem, value)); }
1955 void clear() { Clear(); }
1956 void erase(iterator it) { Remove(it.m_pItem); }
1957
1958 iterator begin() { return iterator(this, Front()); }
1959 iterator end() { return iterator(this, NULL); }

Callers 7

removeArrayMethod · 0.45
deallocateMethod · 0.45
MergeFreeWithNextMethod · 0.45
skr_lua_closeFunction · 0.45
SWAObjectTableRemoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected