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

#include <di/math/midpoint.h>

Public Member Functions

template<concepts::Integral T>
requires (!concepts::SameAs<T, bool>)
constexpr auto operator() (T a, T b) const -> T
 
template<concepts::Pointer T>
requires (concepts::Object<meta::RemovePointer<T>>)
constexpr auto operator() (T a, T b) const -> T
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::Integral T>
requires (!concepts::SameAs<T, bool>)
auto di::math::detail::MidpointFunction::operator() ( T a,
T b ) const -> T
inlineconstexpr

◆ operator()() [2/2]

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

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