Static Public Attributes

chomp::homology::Power< number, power > Class Template Reference

This is a helper class which makes the compiler compute n^k during the compilation of the program. More...

#include <bincube.h>

List of all members.

Static Public Attributes

static const int value = Power<number,power-1>::value * number

Detailed Description

template<int number, int power>
class chomp::homology::Power< number, power >

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.


Member Data Documentation

template<int number, int power>
const int chomp::homology::Power< number, power >::value = Power<number,power-1>::value * number [static]

Definition at line 66 of file bincube.h.


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