Sign in
nest-open-source
/
nest-cam
/
v350
/
eigen
/
9d75fdbcd2b5a2fdab03a859ddefda95ce1217ed
/
.
/
doc
/
snippets
/
Array_initializer_list_vector_cxx11.cpp
blob: a668d84accbd8747fa4fdada7adeac5aa7b712da [
file
] [
log
] [
blame
]
Array
<
int
,
Dynamic
,
1
>
v
{{
1
,
2
,
3
,
4
,
5
}};
cout
<<
v
<<
endl
;