SyTen

◆ init_b() [2/2]

template<typename T >
void syten::BinaryTree::Node< T >::init_b ( Node< T > const &  other)
inline

Initialises right subtree from other node by deep-copying.

References syten::BinaryTree::Node< T >::b, syten::BinaryTree::Node< T >::clear_b(), syten::BinaryTree::Node< T >::Node(), syten::BinaryTree::Node< T >::r, and syten::BinaryTree::Node< T >::t.

Referenced by syten::BinaryTree::Node< T >::Node(), and syten::BinaryTree::Node< T >::operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: