Home | History | Annotate | Download | only in snippets
      1 Array3d v(2,3,4);
      2 cout << v.cube() << endl;
      3