MT Core (C++)
Core library for replacing C++ standard in project usage
|
Template to get GCD of numbers. More...
#include <templates.hpp>
Static Public Attributes | |
static constexpr auto | t = B |
static constexpr auto | b = math::mod(A, B) |
static constexpr auto | a = t |
static constexpr auto | value = GCD<a, b>::value |
Template to get GCD of numbers.
Result in static member value
.
A | number a |
B | Number b |
Definition at line 43 of file templates.hpp.
|
staticconstexpr |
Definition at line 46 of file templates.hpp.
|
staticconstexpr |
Definition at line 45 of file templates.hpp.
|
staticconstexpr |
Definition at line 44 of file templates.hpp.
|
staticconstexpr |
Definition at line 47 of file templates.hpp.