mirror of https://github.com/CGAL/cgal
do not document rebind that is in the main concept
This commit is contained in:
parent
cbbd23d7f3
commit
44182c67e3
|
|
@ -74,18 +74,5 @@ class Gps_default_dcel :
|
||||||
Gps_halfedge_base<typename Traits::X_monotone_curve_2>,
|
Gps_halfedge_base<typename Traits::X_monotone_curve_2>,
|
||||||
Gps_face_base<typename Traits::Point_2,
|
Gps_face_base<typename Traits::Point_2,
|
||||||
typename Traits::X_monotone_curve_2> >
|
typename Traits::X_monotone_curve_2> >
|
||||||
{
|
{};
|
||||||
public:
|
|
||||||
|
|
||||||
/// \name Types
|
|
||||||
/// @{
|
|
||||||
|
|
||||||
/*!
|
|
||||||
allows the rebinding of the <span class="textsc">Dcel</span> with a different traits class `T`.
|
|
||||||
*/
|
|
||||||
typedef unspecified_type template <class T> rebind;
|
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
};
|
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue