| 195 | |
| 196 | template <typename Concrete> |
| 197 | constexpr int platform_lookup() { |
| 198 | return -1; |
| 199 | } |
| 200 | |
| 201 | // Lookup a type according to its size, and return a value corresponding to the NumPy typenum. |
| 202 | template <typename Concrete, typename T, typename... Ts, typename... Ints> |
nothing calls this directly
no outgoing calls
no test coverage detected