tree.hh
tree.hh copied to clipboard
An STL-like C++ header-only tree library
Results
12
tree.hh issues
Sort by
recently updated
recently updated
newest added
iter tree::append_child(iter position, T&& x) contains std::swap(tmp->data, x); which enforces the use of std::swap. In my instance I needed to control how the data fields are swapped based on information...
enhancement
Is this lib gonna see any updates or is it dead and abandoned? It would be nice to see the suggestions and PRs accepted at least and an update to...