Class HL::lcm
template <int a, int b>
ClassList > HL > lcm
Public Types
Public Static Attributes
| Type |
Name |
| const int |
value = ([**a**](broker__monitor_8c.md#function-timeout) \* b) / ([**gcd**](classHL_1_1gcd.md)<[**a**](broker__monitor_8c.md#function-timeout), b>::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