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