Is there a usable alternative to Boost\'s bimap in C++0x? I would like to avoid Boost, but fully embrace C++11. If necessary, a slimmed down version of Boost\'s bimap would work for me (I need a const
BiMap do have inverse method but I am not sure it is a right collection to use for the problem. Can someone please suggest alternative approach or collection/method? An example would be help开发者_开发
I wonder if anyone is aware of any library code that has the performance characteristics provided by L开发者_如何学Pythonoki\'s AssocVector (Locality of reference of the elements, lower per-element me
How can you instantiate a Bimap of Google-collections? I\'ve read the question Java: Instantiate Google Collection's HashBiMap