Saturday, November 27, 2010

Templates in Typedefs

You use a template in a typedef.

Example: typedef template class Base_tag
{public: T data;} Base;

No comments:

Post a Comment