libstdc++
|
Ordered-vector tree associative-container.
.
Definition at line 106 of file ov_tree_map_.hpp.
ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_const_iterator __gnu_pbds::detail::ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_begin | ( | ) | const [inline] |
Returns a const node_iterator corresponding to the node at the root of the tree.
Definition at line 45 of file ov_tree_map_.hpp.
ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_iterator __gnu_pbds::detail::ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_begin | ( | ) | [inline] |
Returns a node_iterator corresponding to the node at the root of the tree.
Definition at line 57 of file ov_tree_map_.hpp.
ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_const_iterator __gnu_pbds::detail::ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_end | ( | ) | const [inline] |
Returns a const node_iterator corresponding to a node just after a leaf of the tree.
Definition at line 51 of file ov_tree_map_.hpp.
ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_iterator __gnu_pbds::detail::ov_tree_map< Key, Mapped, Cmp_Fn, Node_And_It_Traits, _Alloc >::node_end | ( | ) | [inline] |
Returns a node_iterator corresponding to a node just after a leaf of the tree.
Definition at line 63 of file ov_tree_map_.hpp.