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

#include <di/math/abs.h>

Public Member Functions

template<typename T>
requires (concepts::TagInvocable<AbsFunction, T> || concepts::SignedIntegral<meta::RemoveCVRef<T>> || concepts::FloatingPoint<meta::RemoveCVRef<T>>)
constexpr auto operator() (T &&value) const
 

Member Function Documentation

◆ operator()()

template<typename T>
requires (concepts::TagInvocable<AbsFunction, T> || concepts::SignedIntegral<meta::RemoveCVRef<T>> || concepts::FloatingPoint<meta::RemoveCVRef<T>>)
auto di::math::detail::AbsFunction::operator() ( T && value) const
inlineconstexpr

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