Array_variadic_ctor_cxx11.cpp
Go to the documentation of this file.
1 Array<int, 1, 6> a(1, 2, 3, 4, 5, 6);
2 Array<int, 3, 1> b {1, 2, 3};
3 cout << a << "\n\n" << b << endl;
b
Array< int, 3, 1 > b
Definition: Array_variadic_ctor_cxx11.cpp:2
a
Array< int, 1, 6 > a(1, 2, 3, 4, 5, 6)


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:01:40