#include <di/math/midpoint.h>
|
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 |
|
◆ 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]
auto di::math::detail::MidpointFunction::operator() |
( |
T | a, |
|
|
T | b ) const -> T |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: