Template classes must be split into .h and .cpp files, with…
Template classes must be split into .h and .cpp files, with the class definition and function prototypes in the .h file, and class member function definitions in the .cpp file.
Read Details