dwww Home | Show directory contents | Find package

%module xxx

template<class T> T blah(T x) { };

%template(iblah) blah<int>;
%template(iiblah) blah<int>;
// The second %template instantiation above should surely be ignored with a warning, but doesn't atm

Generated by dwww version 1.15 on Tue Jul 2 00:13:08 CEST 2024.