template using Node = typename BinarySearchTree::Node; template Node const* BinarySearchTree::find(const T& value) const { // some code here return nullptr; }