Map_simple.cpp 93 Bytes Edit Raw Blame History 1 2 3 int array[9]; for(int i = 0; i < 9; ++i) array[i] = i; cout << Map<Matrix3i>(array) << endl;