Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
template <typename T>
380
dmArray<T>::dmArray()
381
{
382
memset(this, 0, sizeof(*this));
383
}
384
385
template <typename T>
386
dmArray<T>::dmArray(T *user_array, uint32_t size, uint32_t capacity)
Callers
nothing calls this directly
Calls
1
Set
Function · 0.85
Tested by
no test coverage detected