![]() |
IMP
2.1.1
The Integrative Modeling Platform
|
#include <IMP/base/set.h>
Inheritance diagram for IMP::base::set< Key >:Public Member Functions | |
| template<class It > | |
| set (It b, It e) | |
This class chooses the best of STL compatible non-ordered set available. This will, in general, be a hash set if it is available or std::set if it is not.
Definition at line 25 of file base/set.h.