Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
A map implemented using the SortedBinTree class.
Implemented concepts: concept::Collection, concept::Map.
K | Type of keys, |
T | Type of values, |
C | Used comparator (must implement concept::Comparator). |