Reputation: 523
I'm working with templates, and it's getting kinda tedious to write "typename" multiple times. Is it possible to assign an alias to it? I understand that the below doesn't work, is there any other ways?
typedef typename tn;
Upvotes: 1
Views: 151