IMP
2.2.0
The Integrative Modeling Platform
|
#include <IMP/base/set.h>
Inherits unordered_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 29 of file base/set.h.