Static Public Attributes

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

This is a specialization which defines n^0, necessary to stop the recursion defined in the "Power" template. More...

#include <bincube.h>

List of all members.

Static Public Attributes

static const int value = 1

Detailed Description

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

This is a specialization which defines n^0, necessary to stop the recursion defined in the "Power" template.

Definition at line 72 of file bincube.h.


Member Data Documentation

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

Definition at line 75 of file bincube.h.


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