#include <di/math/abs_diff.h>
|
template<concepts::Integral T, typename U = meta::MakeUnsigned<T>> |
constexpr auto | operator() (T a, T b) const -> U |
|
template<concepts::Pointer T>
requires (concepts::Object<meta::RemovePointer<T>>) |
constexpr auto | operator() (T a, T b) const -> uptr |
|
◆ operator()() [1/2]
template<concepts::Integral T, typename U = meta::MakeUnsigned<T>>
auto di::math::detail::AbsDiffFunction::operator() |
( |
T | a, |
|
|
T | b ) const -> U |
|
inlineconstexpr |
◆ operator()() [2/2]
auto di::math::detail::AbsDiffFunction::operator() |
( |
T | a, |
|
|
T | b ) const -> uptr |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: