Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
li_std_containers_int.i
blob: d0c76d911ab756c9ba21827b4512b2771f258e43 [
file
] [
log
] [
blame
]
%
module
li_std_containers_int
//
// Test containers of type int
//
%
include std_vector
.
i
%
include std_list
.
i
%
template
(
vector_int
)
std
::
vector
<int>
;
%
template
(
list_int
)
std
::
list
<int>
;