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.
Inheritance diagram for IMP::compatibility::set< Key >:Public Member Functions | |
| template<class It > | |
| set (It b, It e) | |
Additional Inherited Members | |
Public Attributes inherited from std::set< K > | |
| K | keys |
| STL member. | |