mirror of https://github.com/CGAL/cgal
update requirements in the doc
This commit is contained in:
parent
578e2fb606
commit
4befc177c8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue