MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / arrayRemove

Function arrayRemove

Sources/Shared/Containers/GrowableArray.h:1179–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177 array type being inferred.
1178 */
1179 template<template<class> class Allocator, class T> inline void arrayRemove(Array<T>& array, std::size_t index, std::size_t count = 1) {
1180 arrayRemove<T, Allocator<T>>(array, index, count);
1181 }
1182#endif
1183
1184 /**

Callers

nothing calls this directly

Calls 2

arrayShiftBackwardFunction · 0.85
capacityFunction · 0.85

Tested by

no test coverage detected