Skip to content
Cwise_minus_equal.cpp 45 B
Newer Older
Luker's avatar
Luker committed
Array3d v(1,2,3);
v -= 5;
cout << v << endl;