mirror of https://github.com/CGAL/cgal
enable operator= to be simplified
This commit is contained in:
parent
ac474d2558
commit
bb7295405c
|
|
@ -260,7 +260,7 @@ of the current triangulation.}
|
|||
refer to different triangulations~:
|
||||
if \ccc{tr} is modified, \ccVar\ is not. }
|
||||
|
||||
\ccMethod{Triangulation_2 operator=(const Triangulation_2& tr);}
|
||||
\ccMethod{Triangulation_2 operator=(const Triangulation_2<Traits,Tds>& tr);}
|
||||
{Assignement. All the vertices and faces are duplicated.
|
||||
After the assignement, \ccVar\ and \ccc{tr}
|
||||
refer to different triangulations~:
|
||||
|
|
|
|||
Loading…
Reference in New Issue