Template to calculate Least Common Multiple(LCM) of two integers. Parameters: _A an integer _B the other integer template < int _A, int _B > struct LCM // fields static const int value