IMP  2.4.0
The Integrative Modeling Platform
Public Member Functions | List of all members
IMP::base::map< Key, Data > Class Template Reference

#include <IMP/base/map.h>

Inherits unordered_map< Key, Data >.

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 27 of file map.h.

Public Member Functions

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

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