MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / ~Vector

Method ~Vector

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

Source from the content-addressed store, hash-verified

985
986template<typename T>
987Vector<T>::~Vector()
988{
989 Free(m_AllocationCallbacks, m_pArray);
990}
991
992template<typename T>
993void Vector<T>::push_back(const T& src)

Callers

nothing calls this directly

Calls 1

FreeFunction · 0.85

Tested by

no test coverage detected