STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Attributes | List of all members
_Lcm< _Ax, _Bx > Struct Template Reference

Static Public Attributes

static constexpr intmax_t _Gx = _Gcd<_Ax, _Bx>::value
 
static constexpr intmax_t value = (_Ax / _Gx) * _Bx
 

Member Data Documentation

template<intmax_t _Ax, intmax_t _Bx>
constexpr intmax_t _Lcm< _Ax, _Bx >::_Gx = _Gcd<_Ax, _Bx>::value
static
template<intmax_t _Ax, intmax_t _Bx>
constexpr intmax_t _Lcm< _Ax, _Bx >::value = (_Ax / _Gx) * _Bx
static

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