Wayverb
wayverb::raytracer::multitree< T > Struct Template Referencefinal

#include <multitree.h>

Public Types

using branches_type = core::recursive_vector_backed_set< multitree< T >>
 

Public Member Functions

 multitree (T item=T{})
 

Public Attributes

item
 
branches_type branches
 

Detailed Description

template<typename T>
struct wayverb::raytracer::multitree< T >

A tree node holds a single item, and optionally a collection of following items.


The documentation for this struct was generated from the following file: