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

#include <lcm.h>

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

Public Types

enum  { VALUE = (a * b) / (gcd<a, b>::VALUE) }
 

Static Public Attributes

static const int value = (a * b) / (gcd<a, b>::value)
 

Detailed Description

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

Definition at line 11 of file lcm.h.

Member Enumeration Documentation

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

Definition at line 17 of file lcm.h.

Member Data Documentation

template<int a, int b>
const int HL::lcm< a, b >::value = (a * b) / (gcd<a, b>::value)
static

Definition at line 18 of file lcm.h.


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