summaryrefslogtreecommitdiff
path: root/src/utils/cpp/back_map.hpp
AgeCommit message (Collapse)Author
2025-02-19BackMap: Implement GetReferencesMaksim Denisov
2025-02-12BackMap: Resolve collisions.Maksim Denisov
2025-02-12BackMap: make non-copyable and non-movableMaksim Denisov
...and use std::unique_ptr for construction instead of std::optional.
2025-02-07Implement BackMapMaksim Denisov
...that is a container of Values mapped to Keys, and supports constant complexity search of a Value by a given Key