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