In my template class I wrote:
template tree& btree::find(const T &val) { //some code return nullptr; }