MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / VmaVectorInsert

Function VmaVectorInsert

include/vk_mem_alloc.h:4661–4664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4659
4660template<typename T, typename allocatorT>
4661static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item)
4662{
4663 vec.insert(index, item);
4664}
4665
4666template<typename T, typename allocatorT>
4667static void VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index)

Callers 1

VmaVectorInsertSortedFunction · 0.85

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected