29 template<
long m,
long n>
Calculator of the greatest common divisor.
Definition: gcd.hh:66
Statically compute the greatest common divisor of two integers.
#define dune_static_assert(COND, MSG)
Helper template so that compilation fails if condition is not true.
Definition: static_assert.hh:79
Calculate the least common multiple of two numbers.
Definition: lcm.hh:30
Fallback implementation of the C++0x static_assert feature.
static void conceptCheck()
Definition: lcm.hh:32
static const long value
The least common multiple of the template parameters m and n.
Definition: lcm.hh:41