![]()  | 
This class is DEPRECATED, and will be removed in some future CGAL release. Please use CGAL::cpp0x::array instead.
#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.
 
  | |