summaryrefslogtreecommitdiff
path: root/Examples/test-suite/cpp11_std_unordered_multiset.i
blob: c9907425e4e066ebb8b7b81ae32343a7f7546b21 (plain)
1
2
3
4
5
%module cpp11_std_unordered_multiset

%include <std_unordered_multiset.i>

%template(UnorderedMultiSetInt) std::unordered_multiset<int>;