MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / Array

Method Array

Engine/lib/convexDecomp/NvHashMap.h:642–642  ·  view source on GitHub ↗

! Default array constructor. Initialize an empty array */

Source from the content-addressed store, hash-verified

640 Default array constructor. Initialize an empty array
641 */
642 NX_INLINE Array(const Alloc& alloc = Alloc()) : Alloc(alloc) {}
643
644 /*!
645 Initialize array with given length

Callers

nothing calls this directly

Calls 1

destroyFunction · 0.85

Tested by

no test coverage detected