update requirements in the doc

This commit is contained in:
Sébastien Loriot 2018-03-27 20:49:03 +02:00
parent 578e2fb606
commit 4befc177c8
1 changed files with 2 additions and 2 deletions

View File

@ -67,9 +67,9 @@ public:
* *
* *
* \tparam ObjectPropertyMap is a model of `ReadablePropertyMap` with `Id` as * \tparam ObjectPropertyMap is a model of `ReadablePropertyMap` with `Id` as
* `key_type`. It must be default constructible. * `key_type`. It must be a model of `CopyConstructible`, `DefaultConstructible`, and `CopyAssignable`.
* \tparam PointPropertyMap is a model of `ReadablePropertyMap` with `Id` as * \tparam PointPropertyMap is a model of `ReadablePropertyMap` with `Id` as
* `key_type`. It must be default constructible. * `key_type`. It must be a model of `CopyConstructible`, `DefaultConstructible`, and `CopyAssignable`.
* \tparam ExternalPropertyMaps either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former * \tparam ExternalPropertyMaps either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former
* case, the property maps will be stored in the traits class, while * case, the property maps will be stored in the traits class, while
* in the latter they will be stored in the primitive * in the latter they will be stored in the primitive