This class chooses the best of STL compatible non-ordered map available. This will, in general, be a hash map if it is available or std::map if it is not.
Inheritance diagram for IMP::compatibility::map< Key, Data >:Public Member Functions | |
| template<class It > | |
| map (It b, It e) | |
Additional Inherited Members | |
Public Attributes inherited from std::map< K, T > | |
| T | elements |
| STL member. | |
| K | keys |
| STL member. | |