Search code examples
qtdictionary2-way-object-databinding

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


Is there any 2-way(bidirectional) map in Qt? Simple map that implements 1-to-1 correspondence.

Thanks


Solution

  • No, there is not. The commonly used implementation is boost::bimap.