How to declare a class template as friend of other template class I’m trying implement tuple like class. Everything works well. This is my code.