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

add insert_or_assign and try_emplace #71

Closed feverzsj closed 4 years ago

feverzsj commented 4 years ago

seems those handy C++17 methods haven't been added yet.