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