boostorg / container_hash

Generic hash function for STL style unordered containers
https://boost.org/libs/container_hash
29 stars 39 forks source link

Add hash_value for tuple-like types #30

Closed pdimov closed 1 year ago

pdimov commented 1 year ago

One example is boost::json::key_value_pair, which is tuple-like, but does not work out of the box.