CUBRID Engine  latest
HL::gcd< a, b > Class Template Reference

#include <gcd.h>

Collaboration diagram for HL::gcd< a, b >:
Collaboration graph

Public Types

enum  { VALUE = gcd<b, ab>::VALUE }
 

Static Public Attributes

static const int value = gcd<b, a%b>::value
 

Detailed Description

template<int a, int b>
class HL::gcd< a, b >

Definition at line 9 of file gcd.h.

Member Enumeration Documentation

template<int a, int b>
anonymous enum
Enumerator
VALUE 

Definition at line 23 of file gcd.h.

Member Data Documentation

template<int a, int b>
const int HL::gcd< a, b >::value = gcd<b, a%b>::value
static

Definition at line 24 of file gcd.h.


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