Skip to content
Map_simple.cpp 93 B
Newer Older
Luker's avatar
Luker committed
int array[9];
for(int i = 0; i < 9; ++i) array[i] = i;
cout << Map<Matrix3i>(array) << endl;