Calculates the greatest common divisor of multiply template arguments at a compile time. More...
Calculates the greatest common divisor of multiply template arguments at a compile time.
params... | is a pack of unsigned integrals, for which the greatest common divisor is calculated. At least two parameters must be specified. |
The resulting value is assigned to a value
member at a compile time. The calculation is based on a recursive form of the Euclidean algorithm.
Usage: