Loading [MathJax]/jax/output/HTML-CSS/config.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
di::math::detail::LcmFunction Struct Reference

#include <di/math/lcm.h>

Public Member Functions

template<concepts::Integer T>
constexpr auto operator() (T m) 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
 

Member Function Documentation

◆ operator()() [1/3]

template<concepts::Integer T>
auto di::math::detail::LcmFunction::operator() ( T m) const
inlineconstexpr

◆ operator()() [2/3]

template<concepts::Integer T, concepts::Integer... Rest>
auto di::math::detail::LcmFunction::operator() ( T m,
Rest... rest ) const
inlineconstexpr

◆ operator()() [3/3]

template<concepts::Integer T, concepts::Integer U>
auto di::math::detail::LcmFunction::operator() ( T m,
U n ) const
inlineconstexpr

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