Sign in
third-party-mirror
/
eigen
/
f5e2f3d38528a3f1ab8fc93b17a93e553700a669
/
.
/
doc
/
snippets
/
Array_initializer_list_vector_cxx11.cpp
blob: 398831f14b9195771e88d0e2da92834d185fc7bc [
file
]
Array
<
int
,
Dynamic
,
1
>
v
{{
1
,
2
,
3
,
4
,
5
}};
cout
<<
v
<<
endl
;