Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Lopmap, a more value-centric map
Sorts keys by value instead of themselves (i.e. iterating the map will be in order of value). Functions that normally return a range of iterators (i.e. equal_range) are based on the positions of values instead of keys. Has reverse iterators, allows for custom comparator.
- Loading branch information