MCPcopy Create free account
hub / github.com/defold/defold / dmArray

Method dmArray

engine/dlib/src/dmsdk/dlib/array.h:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379template <typename T>
380dmArray<T>::dmArray()
381{
382 memset(this, 0, sizeof(*this));
383}
384
385template <typename T>
386dmArray<T>::dmArray(T *user_array, uint32_t size, uint32_t capacity)

Callers

nothing calls this directly

Calls 1

SetFunction · 0.85

Tested by

no test coverage detected