I\'ve been working lately on a small project, and I couldn\'t figure out something..
I\'ve been given a .h file that was containing a class, using a typename templat
template typename Something::Node * Something::Function1(int index) //Is the return type well written? { // returns the node at the specified index }