| 24385 | struct hash<nlohmann::NLOHMANN_BASIC_JSON_TPL> // NOLINT(cert-dcl58-cpp) |
| 24386 | { |
| 24387 | std::size_t operator()(const nlohmann::NLOHMANN_BASIC_JSON_TPL& j) const |
| 24388 | { |
| 24389 | return nlohmann::detail::hash(j); |
| 24390 | } |
| 24391 | }; |
| 24392 | |
| 24393 | // specialization for std::less<value_t> |