Public Types

gcd< a, 0 > Struct Template Reference

Specialization for the computation of the greatest common divisor of a and 0, which is a. More...

#include <forwards.h>

Public Types

enum  { value = a }

Detailed Description

template<long a>
struct viennamath::result_of::gcd< a, 0 >

Specialization for the computation of the greatest common divisor of a and 0, which is a.


Member Enumeration Documentation

anonymous enum
Enumerator:
value 

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