(C++) boost::bimap
August 17, 2019 · View on GitHub
boost::bimap is a container class similar to a std::map, but can be search on both key and value (which are called 'left' and 'right' in the boost::bimap interface).
August 17, 2019 · View on GitHub
boost::bimap is a container class similar to a std::map, but can be search on both key and value (which are called 'left' and 'right' in the boost::bimap interface).