Iros
 
Loading...
Searching...
No Matches
di::math::detail::AbsDiffFunction Struct Reference

#include <di/math/abs_diff.h>

Public Member Functions

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
 

Member Function Documentation

◆ 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]

template<concepts::Pointer T>
requires (concepts::Object<meta::RemovePointer<T>>)
auto di::math::detail::AbsDiffFunction::operator() ( T a,
T b ) const -> uptr
inlineconstexpr

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