Skip to content

Class HL::lcm

template <int a, int b>

ClassList > HL > lcm

  • #include <lcm.h>

Public Types

Type Name
enum lcm

Public Static Attributes

Type Name
const int value = ([**a**](broker__monitor_8c.md#function-timeout) \* b) / ([**gcd**](classHL_1_1gcd.md)&lt;[**a**](broker__monitor_8c.md#function-timeout), b&gt;::value)

Public Types Documentation

enum lcm

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

Public Static Attributes Documentation

variable value

const int HL::lcm< a, b >::value;


The documentation for this class was generated from the following file cubrid/src/heaplayers/utility/lcm.h