IMP
2.3.0
The Integrative Modeling Platform
|
#include <IMP/base/map.h>
Inherits unordered_map< Key, Data >.
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.
Public Member Functions | |
template<class It > | |
map (It b, It e) | |