swig/Examples/test-suite/cpp11_std_unordered_map.i
2017-04-22 16:36:09 +09:00

5 lines
125 B
OpenEdge ABL

%module cpp11_std_unordered_map
%include <std_unordered_map.i>
%template(UnorderedMapIntInt) std::unordered_map<int, int>;