#include <CGAL/Twotuple.h>
|
|
|
| first element |
|
| second element |
| |
introduces a Twotuple<T> using the default
constructor of the elements.
| |
| |
constructs a Twotuple<T> such
that e0 is constructed from x and e1 is
constructed from y.
|