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

5 lines
117 B
OpenEdge ABL

%module cpp11_std_unordered_set
%include <std_unordered_set.i>
%template(UnorderedSetInt) std::unordered_set<int>;