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:
Clément Jamin 2015-07-22 17:03:39 +02:00
parent 2c781ca7d6
commit b484540c39
1 changed files with 3 additions and 0 deletions

View File

@ -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`.
/// @{
/*!