Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nethead

Pages: [1]
1
General Board / generate c++ generic operation
« on: March 03, 2006, 02:48:27 am »
Hello,

is there a way to define, for C++ code generation, generics on operations? For example:

class A
{

 template< class TypeT >
 void  foo( TypeT reference );

};

Thanks for help!

Pages: [1]