orbtree
|
General map implementation. Simple version for weight functions that return one component (i.e. scalar functions). See orbtree and orbtreemap for description of members. More...
#include <orbtree.h>
General map implementation. Simple version for weight functions that return one component (i.e. scalar functions). See orbtree and orbtreemap for description of members.
Key | Key to sort elements by. |
Value | Value stored in elements. |
NVFunc | function object calculating the weights associated with stored elements. Requires operator() with the key as the only parameter and returning NVFunc::result_type that should be a public typedef as well. |
Compare | comparison functor for keys. |