Home | History | Annotate | Download | only in bin_search_tree_

Lines Matching refs:it

6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
66 iterator it(p_z);
67 ++it;
68 m_p_head->m_p_left = it.m_p_nd;
72 iterator it(p_z);
73 --it;
74 m_p_head->m_p_right = it.m_p_nd;