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

Function VmaVectorRemove

include/vk_mem_alloc.h:4667–4670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4665
4666template<typename T, typename allocatorT>
4667static void VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index)
4668{
4669 vec.remove(index);
4670}
4671#endif // _VMA_VECTOR
4672
4673#ifndef _VMA_SMALL_VECTOR

Callers 3

VmaVectorRemoveSortedFunction · 0.85
CleanupAfterFreeMethod · 0.85
RemoveMethod · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected