Basic tree (node) class template that owns all its children.
More...
#include <tree.h>
template<typename _Tp, storage_policy _Policy = NVWA_TREE_DEFAULT_STORAGE_POLICY>
class nvwa::tree< _Tp, _Policy >
Basic tree (node) class template that owns all its children.
The documentation for this class was generated from the following file: