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

Function arrayResize

Sources/Shared/Containers/GrowableArray.h:564–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 array type being inferred.
563 */
564 template<template<class> class Allocator, class T> inline void arrayResize(Array<T>& array, ValueInitT, std::size_t size) {
565 arrayResize<T, Allocator<T>>(array, ValueInit, size);
566 }
567#endif
568
569 /**

Callers 6

GetExecutablePathMethod · 0.85
MemoryStreamMethod · 0.85
WriteMethod · 0.85
SetSizeMethod · 0.85
FetchFromStreamMethod · 0.85

Calls 5

capacityFunction · 0.85
arrayConstructFunction · 0.85
constructFunction · 0.85
sizeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected