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

Class ArrayTraits

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

Source from the content-addressed store, hash-verified

50
51template<typename T>
52struct ArrayTraits { enum { StoreType = arrayObject }; };
53template<> struct ArrayTraits<int> { enum { StoreType = arrayInt }; };
54template<> struct ArrayTraits<float> { enum { StoreType = arrayFloat}; };
55template<> struct ArrayTraits<double> { enum { StoreType = arrayFloat}; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected