Merge pull request #191 from cjamin/patch-1

Add sentence about hashable handles
This commit is contained in:
Sebastien Loriot 2015-07-23 09:34:18 +02:00
commit a3695e40b3
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 /// non-mutable. They are convertible to the
/// corresponding handles, thus the user can pass them directly as /// corresponding handles, thus the user can pass them directly as
/// arguments to the functions. /// 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`.
/// @{ /// @{
/*! /*!