Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Perfect forwarding of Delaunay_Triangulations

Subject: CGAL users discussion list

List archive

[cgal-discuss] Perfect forwarding of Delaunay_Triangulations


Chronological Thread 
  • From: Adam Getchell <>
  • To:
  • Subject: [cgal-discuss] Perfect forwarding of Delaunay_Triangulations
  • Date: Thu, 20 Aug 2015 18:38:36 -0700

Hello all,

I’m looking to create a perfect forwarding constructor which takes a Delaunay_Triangulation_3 as an argument.

As I understand it, that would require Delaunay_Triangulation_3 to have a move constructor and move assignment operator.

Are these defined?

I see the copy constructor defined on line 243 of Triangulation_3/include/CGAL/Delaunay_triangulation_3.h. Would (near there) be an appropriate place to add a move constructor, if one does not exist?

Should I use https://github.com/CGAL/cgal or https://github.com/CGAL/cgal-public-dev?

Thanks,

Adam Getchell
about.me/adamgetchell




Archive powered by MHonArc 2.6.18.

Top of Page