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

Function TypeContainsPointers

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

Source from the content-addressed store, hash-verified

428// This is to determine is we need to include our slab of bytes in garbage collection
429template<typename T>
430inline bool TypeContainsPointers(T *) { return true; }
431template<> inline bool TypeContainsPointers(bool *) { return false; }
432template<> inline bool TypeContainsPointers(int *) { return false; }
433template<> inline bool TypeContainsPointers(double *) { return false; }

Callers 1

ContainsPointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected