This is a helper class which makes the compiler compute n^k during the compilation of the program. More...
#include <bincube.h>
Static Public Attributes | |
static const int | value = Power<number,power-1>::value * number |
This is a helper class which makes the compiler compute n^k during the compilation of the program.
Definition at line 63 of file bincube.h.
const int chomp::homology::Power< number, power >::value = Power<number,power-1>::value * number [static] |