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

Function arrayCapacity

Sources/Shared/Containers/GrowableArray.h:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 array type being inferred.
498 */
499 template<template<class T> class Allocator, class T> inline std::size_t arrayCapacity(Array<T>& array) {
500 return arrayCapacity<T, Allocator<T>>(array);
501 }
502#endif
503
504 /**

Callers 2

GrowableArray.hFile · 0.85

Calls 4

capacityFunction · 0.85
deleterMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected