I\'m having trouble creating a class object from a template class in which I need the constructor to also be a template and accept a parameter when the object is created. Howev
Template code should be visible at the time of instantiation, meaning that the definition of the functions must also be in the header.