I am currently using a class template for my linked list. I\'ve defined it before the class as I was implementing it:
template struct Node {