How can I use the template reference field in the method dialog? It is grayed (always disabled). Ithink it is for member templates. If it is I think it should alsi be sopported for constructors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thnaks for the reply:
How can this? There is no template type in the Drop Down Box Method Type of a Member function. I tried to delaclare types template types or similar syntax but it did not work either:
template Dummy
Dumm<T>
etc.
Could you give an example, please
Christian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I use the template reference field in the method dialog? It is grayed (always disabled). Ithink it is for member templates. If it is I think it should alsi be sopported for constructors.
If you use template type in the "Method Type" field, the "Template Reference" becomes active.
Craig
Thnaks for the reply:
How can this? There is no template type in the Drop Down Box Method Type of a Member function. I tried to delaclare types template types or similar syntax but it did not work either:
template Dummy
Dumm<T>
etc.
Could you give an example, please
Christian