| 41 | |
| 42 | template <class T> |
| 43 | static auto get_hash(const T& x) |
| 44 | { |
| 45 | return std::hash<T>{}(x); |
| 46 | } |
| 47 | |
| 48 | parameter_map fill_param_map(parameter_map& m, |
| 49 | const std::unordered_map<std::string, shape>& param_shapes, |
no outgoing calls
no test coverage detected