| 24341 | struct hash<nlohmann::NLOHMANN_BASIC_JSON_TPL> |
| 24342 | { |
| 24343 | std::size_t operator()(const nlohmann::NLOHMANN_BASIC_JSON_TPL& j) const |
| 24344 | { |
| 24345 | return nlohmann::detail::hash(j); |
| 24346 | } |
| 24347 | }; |
| 24348 | |
| 24349 | // specialization for std::less<value_t> |