Array_initializer_list_23_cxx11.cpp
Go to the documentation of this file.
2  {1, 2, 3},
3  {3, 4, 5}
4 };
5 cout << a << endl;
Array< int, Dynamic, Dynamic > ArrayXXi
Definition: Array.h:344