| 24504 | struct hash<nlohmann::NLOHMANN_BASIC_JSON_TPL> // NOLINT(cert-dcl58-cpp) |
| 24505 | { |
| 24506 | std::size_t operator()(const nlohmann::NLOHMANN_BASIC_JSON_TPL& j) const |
| 24507 | { |
| 24508 | return nlohmann::detail::hash(j); |
| 24509 | } |
| 24510 | }; |
| 24511 | |
| 24512 | // specialization for std::less<value_t> |