| 4665 | |
| 4666 | template<typename T, typename allocatorT> |
| 4667 | static 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 |
no test coverage detected