mirror of https://github.com/CGAL/cgal
Add sentence about hashable handles
See https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/hash#Status Completes PR #179
This commit is contained in:
parent
2c781ca7d6
commit
b484540c39
|
|
@ -116,6 +116,9 @@ typedef TriangulationDataStructure::Face Face;
|
|||
/// non-mutable. They are convertible to the
|
||||
/// corresponding handles, thus the user can pass them directly as
|
||||
/// arguments to the functions.
|
||||
/// All handles are model of `LessThanComparable` and `Hashable`,
|
||||
/// that is they can be used as keys in containers such as `std::map`
|
||||
/// and `boost::unordered_map`.
|
||||
/// @{
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue