IMP  2.0.1
The Integrative Modeling Platform
IMP::base::map< Key, Data > Class Template Reference

#include <IMP/base/map.h>

+ Inheritance diagram for IMP::base::map< Key, Data >:

Public Member Functions

template<class It >
 map (It b, It e)
 

Detailed Description

template<class Key, class Data>
class IMP::base::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.

Definition at line 26 of file map.h.


The documentation for this class was generated from the following file: