IMP
2.0.0
The Integrative Modeling Platform
|
#include <IMP/base/set.h>
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.