orbtree
|
General multimap implementation (i.e. map allowing duplicate keys). See orbtree for description of members. More...
#include <orbtree.h>
General multimap implementation (i.e. map allowing duplicate keys). See orbtree for description of members.
Key | Key to sort elements by. |
Value | Value stored in elements. |
NVFunc | function calculating the values associated with stored elements. See NVFunc_Adapter_Simple for the description of the expected interface. |
Compare | comparison functor for keys. |