libstdc++
|
Node reference.
Definition at line 204 of file ov_tree_map_/node_iterators.hpp.
ov_tree_node_it_ __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >::get_l_child | ( | ) | const [inline] |
Returns the node reference associated with the left node.
Reimplemented from __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >.
Definition at line 252 of file ov_tree_map_/node_iterators.hpp.
ov_tree_node_it_ __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >::get_r_child | ( | ) | const [inline] |
Returns the node reference associated with the right node.
Reimplemented from __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >.
Definition at line 268 of file ov_tree_map_/node_iterators.hpp.
reference __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >::operator* | ( | ) | const [inline] |
Access.
Reimplemented from __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >.
Definition at line 247 of file ov_tree_map_/node_iterators.hpp.