The Original CHomP Software
Static Public Attributes | List of all members
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>

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 71 of file bincube.h.

Member Data Documentation

◆ value

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

Definition at line 74 of file bincube.h.


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