[c++-sig]Python binding for templated constructor

25 May
2010
25 May
'10
2:58 p.m.
Hi, I have a class with a generic constructor as follows : class X { indexes m_idx; template<class strategy> X(){ build_indexes<strategy>() }; My problem is that I am not able to figure out the syntax to export this constructor. Is the above class not well defined ?. Thanks. Sandeep
5504
Age (days ago)
5504
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sandeep Gupta