Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
GenSortedBinTree Class Reference

Detailed Description

Generative class for sorted binary trees. Base class of SortedBinTree or SortedBinMap.

Parameters
TType of items in the tree.
KKey accessor (must implement elm::concept::Key concept, Id<T> as a default).
CComparator for keys (must implement elm::concept::Comparator<T>,elm::Comparator<T> as a default).

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