orbtree
|
example function: key^, i.e. raise the key for a given power More...
#include <orbtree.h>
Public Types | |
typedef double | result_type |
result is double | |
typedef KeyType | argument_type |
function argument is the key stored in the tree | |
typedef double | ParType |
exponent is double | |
Public Member Functions | |
double | operator() (const KeyType &k, double a) const |
main interface takes the exponent as parameter | |
example function: key^, i.e. raise the key for a given power