In my class I have written the following code:
template node::node(const T *key, const T *value):key(key), value(value) { }