Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
cpp11_std_unordered_multimap.i
blob: 8556b26b5f3cd490152ad6da360c55fa4a1d9c8d [
file
] [
log
] [
blame
]
%
module
cpp11_std_unordered_multimap
%
include
<
std_pair
.
i
>
%
include
<
std_unordered_multimap
.
i
>
%
template
(
PairIntInt
)
std
::
pair
<
int
,
int
>;
%
template
(
UnorderedMultiMapIntInt
)
std
::
unordered_multimap
<
int
,
int
>;