dune-common  2.2.1
Static Public Attributes | List of all members
Dune::Gcd< a, b > Struct Template Reference

Calculator of the greatest common divisor. More...

#include <dune/common/gcd.hh>

Static Public Attributes

static const long value = GcdHelper<a,b,(a>b)>::gcd
 The greatest common divisior of a and b. More...
 

Detailed Description

template<long a, long b>
struct Dune::Gcd< a, b >

Calculator of the greatest common divisor.

Member Data Documentation

template<long a, long b>
const long Dune::Gcd< a, b >::value = GcdHelper<a,b,(a>b)>::gcd
static

The greatest common divisior of a and b.


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