Wayverb
|
#include <multitree.h>
Public Types | |
using | branches_type = core::recursive_vector_backed_set< multitree< T >> |
Public Member Functions | |
multitree (T item=T{}) | |
Public Attributes | |
T | item |
branches_type | branches |
A tree node holds a single item, and optionally a collection of following items.