This class is DEPRECATED, and will be removed in some future CGAL release. Please use CGAL::cpp0x::array instead.
#include <CGAL/Fourtuple.h>
|
|
|
| first element |
|
| second element |
|
| third element |
|
| fourth element |
| |
introduces a Fourtuple<T> using the default
constructor of the elements.
| |
| |
constructs a Fourtuple<T> such
that e0 is constructed from x, e1 from y,
e2 from z and e3 from t.
|