OverviewΒΆ
This library is a C++ container library for building trees.
It allows standard operations available and expected from trees. It also allows for clients to derive more complicated data structures from the containers. It also has a comprehensive iterator library around the container ala STL containers. Classes are described in more detail at Basic Trees.
Notation:
labeldenotes programmatic labels (class, function, variable name) not introduced in this library.detangled::accessordenotes programmatic labels which are introduced in this library. These are clickable.
Hosted Documentation:
Detailed documentation notes are hosted on the linked github pages.
Further Reading:
Related Pages:
Reference and Index: