Is there any 2-way(bidirectional) map in Qt? Simple map that implements 1-to-1 correspondence.
Thanks
No, there is not. The commonly used implementation is boost::bimap.
boost::bimap