| 9 | // Supports primitive types as well as strings for input data. |
| 10 | |
| 11 | inline void staticRandomHash32Iter(XXHash32&) {} |
| 12 | |
| 13 | template <typename T, typename... TL> |
| 14 | void staticRandomHash32Iter(XXHash32& hash, T const& v, TL const&... rest) { |
no test coverage detected