summaryrefslogtreecommitdiff
path: root/Examples/test-suite/cpp11_std_unordered_multimap.i
blob: 8556b26b5f3cd490152ad6da360c55fa4a1d9c8d (plain)
1
2
3
4
5
6
7
%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>;