can anyone help? i think there is an error wif the insert and search part. no .cpp file everything must be done in this .h file.
#include <algorithm>
#include <iostream>
#include <string>
using namespace std;
// There is no implementation file (*.cpp) if you want to use class template...
// Everything must be defined in the *.h file.
template <class T1,class...