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