![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Generative class for sorted binary trees. Base class of SortedBinTree or SortedBinMap.
| T | Type of items in the tree. |
| K | Key accessor (must implement elm::concept::Key concept, Id<T> as a default). |
| C | Comparator for keys (must implement elm::concept::Comparator<T>,elm::Comparator<T> as a default). |