From b484540c392cc851efbab137feecb8ca2a3db0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jamin?= Date: Wed, 22 Jul 2015 17:03:39 +0200 Subject: [PATCH] Add sentence about hashable handles See https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/hash#Status Completes PR #179 --- Triangulation/doc/Triangulation/CGAL/Triangulation.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Triangulation/doc/Triangulation/CGAL/Triangulation.h b/Triangulation/doc/Triangulation/CGAL/Triangulation.h index a6fdbcdd3ea..14ab0eb2630 100644 --- a/Triangulation/doc/Triangulation/CGAL/Triangulation.h +++ b/Triangulation/doc/Triangulation/CGAL/Triangulation.h @@ -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`. /// @{ /*!