Skip to content

st_tree documentation

erikerlandson edited this page Apr 30, 2011 · 7 revisions

The st_tree tree container interface consists of the following classes

tree<Data, CSModel, Alloc>
The tree container class
tree<Data, raw<>, Alloc>::node_type
Tree node with raw (vector-like) child storage
tree<Data, ordered<Compare>, Alloc>::node_type
Tree node with ordered (multiset-like) child storage
tree<Data, keyed<Key, Compare>, Alloc>::node_type
Tree node with keyed (map-like) child storage

Clone this wiki locally