Why does the C++ STL not provide any "tree" containers?
Asked 07 September, 2021
Viewed 803 times
  • 55
Votes

Why does the C++ STL not provide any "tree" containers, and what's the best thing to use instead?

I want to store a hierarchy of objects as a tree, rather than use a tree as a performance enhancement...

14 Answer