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

Function arrayInsert

Sources/Shared/Containers/GrowableArray.h:1045–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043 array type being inferred.
1044 */
1045 template<template<class> class Allocator, class T> inline ArrayView<T> arrayInsert(Array<T>& array, std::size_t index, typename std::common_type<ArrayView<const T>>::type values) {
1046 return arrayInsert<T, Allocator<T>>(array, index, values);
1047 }
1048#endif
1049
1050 /** @overload */

Callers

nothing calls this directly

Calls 7

arrayConstructFunction · 0.85
constructFunction · 0.85
arrayViewFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected