mirror of https://github.com/CGAL/cgal
Too much templates will kill you
This commit is contained in:
parent
d1f7de10ae
commit
9778973252
|
|
@ -35,15 +35,15 @@ The un-weighted point type.
|
||||||
typedef unspecified_type Bare_point;
|
typedef unspecified_type Bare_point;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
A predicate object that must provide the templated operator
|
A predicate object that must provide the operator
|
||||||
`template Bare_point operator()(const Weighted_point & wp)`, returning
|
`Bare_point operator()(const Weighted_point & wp)`, returning
|
||||||
`wp` without its weight.
|
`wp` without its weight.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Point_drop_weight_d;
|
typedef unspecified_type Point_drop_weight_d;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
A predicate object that must provide the templated operator
|
A predicate object that must provide the operator
|
||||||
`template FT operator()(const Weighted_point & wp)`, returning
|
`FT operator()(const Weighted_point & wp)`, returning
|
||||||
the weight of `wp`.
|
the weight of `wp`.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Point_weight_d;
|
typedef unspecified_type Point_weight_d;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue