SyTen

◆ go_down()

template<typename T >
Node* syten::BinaryTree::Tree< T >::go_down ( Node ptr,
Index  steps 
) const
inline

Returns the steps-th child of *ptr, provided that there are no branches.

References syten::BinaryTree::Node< T >::a, and syten::BinaryTree::Node< T >::b.

Referenced by syten::BinaryTree::Tree< T >::operator[]().

+ Here is the caller graph for this function: