Dune::Factorial< m > Struct Template Reference
Calculates the factorial of m at compile time.
More...
#include <dune/common/math.hh>
List of all members.
Public Types |
enum | { factorial = m * Factorial<m-1>::factorial
} |
| factorial stores m!
More...
|
Detailed Description
template<int m>
struct Dune::Factorial< m >
Calculates the factorial of m at compile time.
Member Enumeration Documentation
factorial stores m!
- Enumerator:
-
The documentation for this struct was generated from the following file: