Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ ofArray
Method
ofArray
include/cpp/Pointer.h:506–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
505
template<typename T>
506
inline static AutoCast ofArray(::Array<T> array) { return AutoCast(array->Pointer()); }
507
inline static AutoCast ofArray(Dynamic inVal)
508
{
509
if (inVal==null() || !inVal->__IsArray())
Callers
nothing calls this directly
Calls
4
AutoCast
Class · 0.85
GetPtr
Method · 0.80
null
Class · 0.50
Pointer
Method · 0.45
Tested by
no test coverage detected