vector typemap

master
michael 2022-12-01 16:17:30 -08:00
parent fea9f530fa
commit 0540b542b0
1 changed files with 2 additions and 0 deletions

2
sim.i
View File

@ -3,3 +3,5 @@
#include "pop-simple.hpp"
%}
%include "pop-simple.hpp"
%include <std_vector.i>
%template(IntVector) std::vector<int>;