CGAL 4.7 - STL Extensions for CGAL
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Hashable Concept Reference

Definition

A type Key is a model of the concept Hashable if the specializations boost::hash<Key> and std::hash<Key> exist.

Has Models:
All handles and indices of CGAL data structures.
See Also
CGAL::Unique_hash_map<Key,Mapped,Hash>
std::unordered_set
std::unordered_map
boost::unordered_set
boost::unordered_map