dune-common
2.2.0
|
Calculates the factorial of m at compile time. More...
#include <dune/common/misc.hh>
Public Types | |
enum | { factorial = m * Factorial<m-1>::factorial } |
factorial stores m! More... |
Calculates the factorial of m at compile time.