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

Function arrayAppend

Sources/Shared/Containers/GrowableArray.h:805–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803 array type being inferred.
804 */
805 template<template<class> class Allocator, class T> inline ArrayView<T> arrayAppend(Array<T>& array, typename std::common_type<ArrayView<const T>>::type values) {
806 return arrayAppend<T, Allocator<T>>(array, values);
807 }
808#endif
809
810 /** @overload */

Callers 15

AddFileMethod · 0.85
FinalizeMethod · 0.85
splitMethod · 0.85
lowercaseUnicodeFunction · 0.85
uppercaseUnicodeFunction · 0.85
replaceAllFunction · 0.85
ContainsUnknownTokenMethod · 0.85
GetPreferredLanguagesMethod · 0.85

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