diff --git a/Frechet_distance/include/CGAL/Frechet_distance/Neighbor_search.h b/Frechet_distance/include/CGAL/Frechet_distance/Neighbor_search.h index 491abd5d368..013da85e3d0 100644 --- a/Frechet_distance/include/CGAL/Frechet_distance/Neighbor_search.h +++ b/Frechet_distance/include/CGAL/Frechet_distance/Neighbor_search.h @@ -43,6 +43,10 @@ class Neighbor_search using Polylines = std::vector; public: +/*! + * constructs a neighbor search data structure for `polylines` + * \tparam PolylineRange must be a model of `RandomAccessRange` with value type `PointRange` +*/ template Neighbor_search(const PolylineRange& polylines) : curves(polylines.begin(), polylines.end())