MCPcopy 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

AutoCastClass · 0.85
GetPtrMethod · 0.80
nullClass · 0.50
PointerMethod · 0.45

Tested by

no test coverage detected