Skip to content
erikerlandson edited this page Apr 29, 2011 · 9 revisions

Welcome to the st_tree wiki!

The st_tree library implements an STL-style template container class for storing data in arbitrary tree structures. st_tree is short for “standard template tree,” and supports STL-compatible interfaces including iterators, allocators and standard STL container methods.

The st_tree repository is published under the Apache License, Version 2.0:
http://www.apache.org/licenses/LICENSE-2.0

Clone this wiki locally