Memosa-FVM  0.2
Factorial< N > Struct Template Reference

#include <PC.h>

Public Types

enum  { value = N * Factorial<N - 1>::value }
 

Detailed Description

template<int N>
struct Factorial< N >

Definition at line 43 of file PC.h.

Member Enumeration Documentation

template<int N>
anonymous enum
Enumerator
value 

Definition at line 45 of file PC.h.

45 { value = N * Factorial<N - 1>::value };
Definition: PC.h:43

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