Update doc of Search_traits_adapter

This commit is contained in:
Simon Giraudot 2019-08-26 15:43:02 +02:00
parent 027de166f4
commit 33cc6f0483
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ in a nearest neighbor search algorithm, this class must be used as distance.
\tparam Key is a type that is associated to a point of type `Base_distance::Point_d`.
\tparam PointPropertyMap is a model of `LvaluePropertyMap`
\tparam PointPropertyMap is a model of `ReadablePropertyMap`
with `Key` as key type and `Base_distance::Point_d` as value type.
\tparam Base_distance is a model of either `GeneralDistance` or `OrthogonalDistance`.