martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

robin_hood::pair is not tuple-like #132

Closed feverzsj closed 2 years ago

feverzsj commented 2 years ago

Unlike std::pair, robin_hood::pair does not support std::get/set/tuple_size/tuple_element.