PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/errors/cpp_template_argname.i

#
Swig | 8 lines | 2 code | 6 blank | 0 comment | 0 complexity | 36048e2a6051a88cf1dbf3e6c7970fcc MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. template<T> T blah(T x);