#include <di/math/gcd.h>
|
template<concepts::Integer T> |
constexpr auto | operator() (T) const |
|
template<concepts::Integer T, concepts::Integer U> |
constexpr auto | operator() (T m, U n) const |
|
template<concepts::Integer T, concepts::Integer... Rest> |
constexpr auto | operator() (T m, Rest... rest) const |
|
◆ operator()() [1/3]
template<concepts::Integer T, concepts::Integer... Rest>
auto di::math::detail::GcdFunction::operator() |
( |
T | m, |
|
|
Rest... | rest ) const |
|
inlineconstexpr |
◆ operator()() [2/3]
template<concepts::Integer T, concepts::Integer U>
auto di::math::detail::GcdFunction::operator() |
( |
T | m, |
|
|
U | n ) const |
|
inlineconstexpr |
◆ operator()() [3/3]
template<concepts::Integer T>
auto di::math::detail::GcdFunction::operator() |
( |
T | | ) |
const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/math/gcd.h