| 50 | |
| 51 | template<typename T> |
| 52 | struct ArrayTraits { enum { StoreType = arrayObject }; }; |
| 53 | template<> struct ArrayTraits<int> { enum { StoreType = arrayInt }; }; |
| 54 | template<> struct ArrayTraits<float> { enum { StoreType = arrayFloat}; }; |
| 55 | template<> struct ArrayTraits<double> { enum { StoreType = arrayFloat}; }; |
nothing calls this directly
no outgoing calls
no test coverage detected