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

1

5

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

Thanks

Pastel answered 3/5, 2016 at 13:20 Comment(0)
B
9

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

Bedtime answered 10/1, 2017 at 9:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.