MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ContainsPointers

Function ContainsPointers

include/Array.h:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437template<> inline bool TypeContainsPointers(::cpp::Int64 *) { return false; }
438
439template<typename TYPE> inline bool ContainsPointers()
440{
441 return TypeContainsPointers( (TYPE *)0 );
442}
443
444
445

Callers

nothing calls this directly

Calls 1

TypeContainsPointersFunction · 0.85

Tested by

no test coverage detected