4

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

Thanks

htzfun
  • 1,231
  • 10
  • 41

1 Answers1

8

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

Jaa-c
  • 5,017
  • 4
  • 34
  • 64