orbtree
Public Types | Public Member Functions | List of all members
orbtree::NVPower< KeyType > Struct Template Reference

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
 

Detailed Description

template<class KeyType>
struct orbtree::NVPower< KeyType >

example function: key^, i.e. raise the key for a given power


The documentation for this struct was generated from the following file: