Dune::Gcd< a, b > Struct Template Reference
[Common]
#include <gcd.hh>
List of all members.
Detailed Description
template<long a, long b>
struct Dune::Gcd< a, b >
Calculator of the greatest common divisor.
|
Static Public Attributes |
static const long | value = GcdHelper<a,b,(a>b)>::gcd |
| The greatest common divisior of a and b.
|
The documentation for this struct was generated from the following file: