I have this class:
template class array_eraser { T* array; int size_array; public: array_eraser(T &a[], int s) {