I am trying to implement template multimap Binary Tree container in C++. The elements in this container are Node class pointers, which have pointer to the right element (if