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

Method insert

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

Source from the content-addressed store, hash-verified

1952 size_t size() const { return GetCount(); }
1953 void push_back(const T& value) { PushBack(value); }
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

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected