orbtree
|
General multiset, i.e. storing a collection of elements allowing duplicates. Simple version for weight functions that return one component (i.e. scalar functions). See orbtree for description of members. More...
#include <orbtree.h>
General multiset, i.e. storing a collection of elements allowing duplicates. Simple version for weight functions that return one component (i.e. scalar functions). See orbtree for description of members.
Key | type of elements ("keys") stored in this set. |
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. |