Qt 中是否有双向(双向)映射?

Is there any 2-way(bidirectional) map in Qt?

Qt 中有没有 2-way(bidirectional) 映射?实现一一对应的简单地图

谢谢

不,没有。常用的实现方式是boost::bimap.