Is there any 2-way(bidirectional) map in Qt? Simple map that implements 1-to-1 correspondence.
Thanks
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
.
© 2022 - 2024 — McMap. All rights reserved.