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

Function arrayRemoveUnordered

Sources/Shared/Containers/GrowableArray.h:1209–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207 array type being inferred.
1208 */
1209 template<template<class> class Allocator, class T> inline void arrayRemoveUnordered(Array<T>& array, std::size_t index, std::size_t count = 1) {
1210 arrayRemoveUnordered<T, Allocator<T>>(array, index, count);
1211 }
1212#endif
1213
1214 /**

Callers

nothing calls this directly

Calls 2

arrayShiftBackwardFunction · 0.85
capacityFunction · 0.85

Tested by

no test coverage detected