Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: nethead 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!
-
bump