Dune::Factorial< m > Struct Template Reference
[Common (foundation classes)]

Calculates the factorial of m at compile time. More...

#include <dune/common/misc.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

template<int m>
anonymous enum

factorial stores m!

Enumerator:
factorial 

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].